From 995f4b196ae7cdc5ce6e8f99ffe116bbe4bddbcd Mon Sep 17 00:00:00 2001 From: GeoffreyT2000 Date: Sat, 30 Mar 2019 21:17:43 -0700 Subject: [PATCH] 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 --- languages/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.20.1