r92061 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92060‎ | r92061 | r92062 >
Date:13:28, 13 July 2011
Author:raymond
Status:ok
Tags:
Comment:
Followup r92012: Fix grammar, update meintenance scripts
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)
  • /trunk/phase3/maintenance/language/messages.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/language/messages.inc
@@ -3189,6 +3189,12 @@
31903190 'confirm-purge-top',
31913191 'confirm-purge-bottom',
31923192 ),
 3193+ 'watch-unwatch' => array(
 3194+ 'confirm-watch-button',
 3195+ 'confirm-watch-top',
 3196+ 'confirm-unwatch-button',
 3197+ 'confirm-unwatch-top',
 3198+ ),
31933199 'separators' => array(
31943200 'semicolon-separator',
31953201 'comma-separator',
@@ -3654,6 +3660,7 @@
36553661 'deleteconflict' => 'Delete conflict',
36563662 'unit-pixel' => '',
36573663 'purge' => 'action=purge',
 3664+ 'watch-unwatch' => 'action=watch/unwatch',
36583665 'separators' => 'Separators for various lists, etc.',
36593666 'imgmulti' => 'Multipage image navigation',
36603667 'tablepager' => 'Table pager',
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -4276,13 +4276,11 @@
42774277 'confirm-purge-top' => 'Clear the cache of this page?',
42784278 'confirm-purge-bottom' => 'Purging a page clears the cache and forces the most current revision to appear.',
42794279
4280 -# action=watch
4281 -'confirm-watch-button' => 'OK',
4282 -'confirm-watch-top' => 'Add this page to your watchlist?',
4283 -
4284 -# action=unwatch
 4280+# action=watch/unwatch
 4281+'confirm-watch-button' => 'OK',
 4282+'confirm-watch-top' => 'Add this page to your watchlist?',
42854283 'confirm-unwatch-button' => 'OK',
4286 -'confirm-unwatch-top' => 'Remove this page to your watchlist?',
 4284+'confirm-unwatch-top' => 'Remove this page from your watchlist?',
42874285
42884286 # Separators for various lists, etc.
42894287 'semicolon-separator' => '; ', # only translate this message to other languages if you have to change it

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r92012* Made (un)watch action show a form if the token is bad/missing (this handles...aaron21:58, 12 July 2011

Status & tagging log