From 0257eecb1de70e07d0ca3f3c0b1e6687173926e5 Mon Sep 17 00:00:00 2001 From: Volker E Date: Sun, 7 Apr 2019 23:40:20 -0700 Subject: [PATCH] HistoryAction: Clarify primary action button label Bug: T220048 Change-Id: Ie3586dd240fac98fd43a0e5c685da6cb781a9b0c --- languages/i18n/en.json | 2 +- languages/i18n/qqq.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 2a22fda3c9..197499cde8 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -2366,7 +2366,7 @@ "delete-confirm": "Delete \"$1\"", "delete-legend": "Delete", "historywarning": "Warning: The page you are about to delete has a history with $1 {{PLURAL:$1|revision|revisions}}:", - "historyaction-submit": "Show", + "historyaction-submit": "Show revisions", "confirmdeletetext": "You are about to delete a page along with all of its history.\nPlease confirm that you intend to do this, that you understand the consequences, and that you are doing this in accordance with [[{{MediaWiki:Policy-url}}|the policy]].", "actioncomplete": "Action complete", "actionfailed": "Action failed", diff --git a/languages/i18n/qqq.json b/languages/i18n/qqq.json index e45dda0e92..bce67d3c8f 100644 --- a/languages/i18n/qqq.json +++ b/languages/i18n/qqq.json @@ -2572,7 +2572,7 @@ "delete-confirm": "Used as page title. Parameters:\n* $1 - the page title\n{{Identical|Delete}}", "delete-legend": "{{Identical|Delete}}", "historywarning": "Warning when about to delete a page that has history.\n\nFollowed by a link which points to the history page.\n\nParameters:\n* $1 - the number of revisions that the page has", - "historyaction-submit": "Submit button on history pages\n{{Identical|Show}}", + "historyaction-submit": "Submit button to show revisions on revision history pages\n", "confirmdeletetext": "Introduction shown when deleting a page.\n\nRefers to {{msg-mw|Policy-url}}.", "actioncomplete": "Used in several situations, for example when a page has been deleted.\n\nSee also:\n* {{msg-mw|Actionfailed|page title}}", "actionfailed": "Used as page title when the submit operation failed, in [[Special:RevisionDelete]].\n\nSee also:\n* {{msg-mw|Actioncomplete|page title}}", -- 2.20.1