From: GeoffreyT2000 Date: Sun, 31 Mar 2019 04:17:43 +0000 (-0700) Subject: Remove redundant parentheses from the "Historyempty" message X-Git-Tag: 1.34.0-rc.0~2215 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=995f4b196ae7cdc5ce6e8f99ffe116bbe4bddbcd;p=lhc%2Fweb%2Fwiklou.git Remove redundant parentheses from the "Historyempty" message With pseudo-elements now being used, the parentheses in the "Historyempty" message become redundant, and should be removed to avoid showing "((empty))" on empty revisions in page histories. Bug: T219714 Change-Id: I8aacd6ede4ab0cc03b00fb891088ef0c847a6b20 --- diff --git a/languages/i18n/en.json b/languages/i18n/en.json index c4c018bbe2..2a22fda3c9 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -854,7 +854,7 @@ "histfirst": "oldest", "histlast": "newest", "historysize": "({{PLURAL:$1|1 byte|$1 bytes}})", - "historyempty": "(empty)", + "historyempty": "empty", "history-feed-title": "Revision history", "history-feed-description": "Revision history for this page on the wiki", "history-feed-item-nocomment": "$1 at $2",