Index: trunk/phase3/languages/messages/MessagesQqq.php |
— | — | @@ -2106,7 +2106,8 @@ |
2107 | 2107 | $1 = the name of the page', |
2108 | 2108 | 'delete-backlink' => '{{optional}}', |
2109 | 2109 | '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.', |
2111 | 2112 | 'confirmdeletetext' => 'Introduction shown when deleting a page.', |
2112 | 2113 | 'actioncomplete' => 'Used in several situations, for example when a page has been deleted.', |
2113 | 2114 | 'deletedtext' => 'Parameters: |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -2632,7 +2632,7 @@ |
2633 | 2633 | 'delete-confirm' => 'Delete "$1"', |
2634 | 2634 | 'delete-backlink' => '← $1', # only translate this message to other languages if you have to change it |
2635 | 2635 | '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}}:", |
2637 | 2637 | 'confirmdeletetext' => 'You are about to delete a page along with all of its history. |
2638 | 2638 | 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]].', |
2639 | 2639 | 'actioncomplete' => 'Action complete', |