r60303 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r60302‎ | r60303 | r60304 >
Date:04:55, 23 December 2009
Author:tstarling
Status:ok
Tags:
Comment:
Fix for r58087, the revision count obtained this way might not be at all accurate.
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesQqq.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesQqq.php
@@ -2106,7 +2106,8 @@
21072107 $1 = the name of the page',
21082108 'delete-backlink' => '{{optional}}',
21092109 'delete-legend' => '{{Identical|Delete}}',
2110 -'historywarning' => 'Warning when about to delete a page that has history.',
 2110+'historywarning' => 'Warning when about to delete a page that has history.
 2111+$1 is the <b>approximate</b> number of revisions that the page has, the message should not claim to give an exact count.',
21112112 'confirmdeletetext' => 'Introduction shown when deleting a page.',
21122113 'actioncomplete' => 'Used in several situations, for example when a page has been deleted.',
21132114 'deletedtext' => 'Parameters:
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -2632,7 +2632,7 @@
26332633 'delete-confirm' => 'Delete "$1"',
26342634 'delete-backlink' => '← $1', # only translate this message to other languages if you have to change it
26352635 'delete-legend' => 'Delete',
2636 -'historywarning' => "'''Warning:''' The page you are about to delete has a history with $1 {{PLURAL:$1|revision|revisions}}:",
 2636+'historywarning' => "'''Warning:''' The page you are about to delete has a history with approximately $1 {{PLURAL:$1|revision|revisions}}:",
26372637 'confirmdeletetext' => 'You are about to delete a page along with all of its history.
26382638 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]].',
26392639 'actioncomplete' => 'Action complete',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r58087* (bug 3480) MediaWiki:Historywarning now has a parameter that contains the n...ialex13:47, 24 October 2009

Status & tagging log