ContribsPager: Don't hardcode brackets in `uctop` information
authorjdlrobson <jdlrobson@gmail.com>
Fri, 16 Nov 2018 02:13:05 +0000 (18:13 -0800)
committerjdlrobson <jdlrobson@gmail.com>
Sat, 17 Nov 2018 01:02:09 +0000 (17:02 -0800)
Style this via CSS.

Known: This will result in double brackets for non-translated
skins until fixed.

Bug: T205581
Change-Id: Ifbe820ae7ad9838b6662bc2592d2b277af443e9d

languages/i18n/en.json
resources/src/mediawiki.special.changeslist.less

index e5de105..e7691e4 100644 (file)
        "contribsub2": "For {{GENDER:$3|$1}} ($2)",
        "contributions-userdoesnotexist": "User account \"$1\" is not registered.",
        "nocontribs": "No changes were found matching these criteria.",
-       "uctop": "(current)",
+       "uctop": "current",
        "month": "From month (and earlier):",
        "year": "From year (and earlier):",
        "date": "From date (and earlier):",
index 4c089e5..015c187 100644 (file)
@@ -68,7 +68,8 @@
 }
 
 .mw-changeslist-links,
-.mw-diff-bytes {
+.mw-diff-bytes,
+.mw-uctop {
        &:before {
                content: '@{msg-parentheses-start}';
        }