Remove redundant parentheses from the "Historyempty" message
authorGeoffreyT2000 <geoffreytrang@gmail.com>
Sun, 31 Mar 2019 04:17:43 +0000 (21:17 -0700)
committerJdlrobson <jrobson@wikimedia.org>
Mon, 1 Apr 2019 00:50:41 +0000 (00:50 +0000)
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

languages/i18n/en.json

index c4c018b..2a22fda 100644 (file)
        "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",