From a3220a8a3c899c3dbd6dbe6d955f3602ce510d73 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Wed, 23 Dec 2009 04:55:21 +0000 Subject: [PATCH] Fix for r58087, the revision count obtained this way might not be at all accurate. --- languages/messages/MessagesEn.php | 2 +- languages/messages/MessagesQqq.php | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 4885996eb1..3e4a54183a 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -2632,7 +2632,7 @@ Feedback and further assistance: 'delete-confirm' => 'Delete "$1"', 'delete-backlink' => '← $1', # only translate this message to other languages if you have to change it 'delete-legend' => 'Delete', -'historywarning' => "'''Warning:''' The page you are about to delete has a history with $1 {{PLURAL:$1|revision|revisions}}:", +'historywarning' => "'''Warning:''' The page you are about to delete has a history with approximately $1 {{PLURAL:$1|revision|revisions}}:", 'confirmdeletetext' => 'You are about to delete a page along with all of its history. Please 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', diff --git a/languages/messages/MessagesQqq.php b/languages/messages/MessagesQqq.php index 172b010728..d2b86b6746 100644 --- a/languages/messages/MessagesQqq.php +++ b/languages/messages/MessagesQqq.php @@ -2106,7 +2106,8 @@ Possible alternatives to the word 'content' are 'subject matter' or 'wiki subjec $1 = the name of the page', 'delete-backlink' => '{{optional}}', 'delete-legend' => '{{Identical|Delete}}', -'historywarning' => 'Warning when about to delete a page that has history.', +'historywarning' => 'Warning when about to delete a page that has history. +$1 is the approximate number of revisions that the page has, the message should not claim to give an exact count.', 'confirmdeletetext' => 'Introduction shown when deleting a page.', 'actioncomplete' => 'Used in several situations, for example when a page has been deleted.', 'deletedtext' => 'Parameters: -- 2.20.1