From eb1d7bd091ad81c7ebc361a2c94fe04bfd8d0cec Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bartosz=20Dziewo=C5=84ski?= Date: Sat, 10 Jan 2015 20:06:45 +0100 Subject: [PATCH] Remove unused message 'rollback_short' Last seen in ca38c84 (r7511, from 2005). Change-Id: Ida0b52e05e1ca66595a6f8352c14d825655dabc3 --- languages/i18n/en.json | 1 - languages/i18n/qqq.json | 1 - 2 files changed, 2 deletions(-) diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 20469299a6..3c8624320e 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -1887,7 +1887,6 @@ "deleteprotected": "You cannot delete this page because it has been protected.", "deleting-backlinks-warning": "'''Warning:''' [[Special:WhatLinksHere/{{FULLPAGENAME}}|Other pages]] link to or transclude the page you are about to delete.", "rollback": "Roll back edits", - "rollback_short": "Rollback", "rollbacklink": "rollback", "rollbacklinkcount": "rollback $1 {{PLURAL:$1|edit|edits}}", "rollbacklinkcount-morethan": "rollback more than $1 {{PLURAL:$1|edit|edits}}", diff --git a/languages/i18n/qqq.json b/languages/i18n/qqq.json index 87e69a1cb4..504658e58f 100644 --- a/languages/i18n/qqq.json +++ b/languages/i18n/qqq.json @@ -2051,7 +2051,6 @@ "deleteprotected": "Used as error message when deleting the page.\n\n\"If protection keeps them from editing, they shouldn't be able to delete.\"", "deleting-backlinks-warning": "A warning shown when a page that is being deleted has at least one link to it or is transcluded in at least one page.", "rollback": "{{Identical|Rollback}}", - "rollback_short": "{{Identical|Rollback}}", "rollbacklink": "{{Doc-actionlink}}\nThis link text appears on the recent changes page to users who have the \"rollback\" right.\nThis message has a tooltip {{msg-mw|tooltip-rollback}}\n{{Identical|Rollback}}", "rollbacklinkcount": "{{doc-actionlink}}\nText of the rollback link showing the number of edits to be rolled back. See also {{msg-mw|rollbacklink}}.\n\nParameters:\n* $1 - the number of edits that will be rolled back. If $1 is over the value of $wgShowRollbackEditCount (default: 10) {{msg-mw|rollbacklinkcount-morethan}} is used.\n\nThe rollback link is displayed with a tooltip {{msg-mw|Tooltip-rollback}}", "rollbacklinkcount-morethan": "{{doc-actionlink}}\nText of the rollback link when a greater number of edits is to be rolled back. See also {{msg-mw|rollbacklink}}.\n\nWhen the number of edits rolled back is smaller than [[mw:Special:MyLanguage/Manual:$wgShowRollbackEditCount|$wgShowRollbackEditCount]], {{msg-mw|rollbacklinkcount}} is used instead.\n\nParameters:\n* $1 - number of edits", -- 2.20.1