From: jdlrobson Date: Fri, 16 Nov 2018 02:13:05 +0000 (-0800) Subject: ContribsPager: Don't hardcode brackets in `uctop` information X-Git-Tag: 1.34.0-rc.0~3492^2 X-Git-Url: http://git.cyclocoop.org/data/%7BGarradin/WEBSITE%7D?a=commitdiff_plain;h=e8e6d7f47bafda99d7d3c04a0379b57b96643940;p=lhc%2Fweb%2Fwiklou.git ContribsPager: Don't hardcode brackets in `uctop` information Style this via CSS. Known: This will result in double brackets for non-translated skins until fixed. Bug: T205581 Change-Id: Ifbe820ae7ad9838b6662bc2592d2b277af443e9d --- diff --git a/languages/i18n/en.json b/languages/i18n/en.json index e5de105b5b..e7691e4e10 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -2526,7 +2526,7 @@ "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):", diff --git a/resources/src/mediawiki.special.changeslist.less b/resources/src/mediawiki.special.changeslist.less index 4c089e5c6e..015c187b02 100644 --- a/resources/src/mediawiki.special.changeslist.less +++ b/resources/src/mediawiki.special.changeslist.less @@ -68,7 +68,8 @@ } .mw-changeslist-links, -.mw-diff-bytes { +.mw-diff-bytes, +.mw-uctop { &:before { content: '@{msg-parentheses-start}'; }