Followup r92012: Fix grammar, update meintenance scripts
authorRaimond Spekking <raymond@users.mediawiki.org>
Wed, 13 Jul 2011 13:28:37 +0000 (13:28 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Wed, 13 Jul 2011 13:28:37 +0000 (13:28 +0000)
languages/messages/MessagesEn.php
maintenance/language/messages.inc

index da6d311..badda88 100644 (file)
@@ -4276,13 +4276,11 @@ Please confirm that you really want to recreate this page.",
 'confirm-purge-top'    => 'Clear the cache of this page?',
 'confirm-purge-bottom' => 'Purging a page clears the cache and forces the most current revision to appear.',
 
-# action=watch
-'confirm-watch-button' => 'OK',
-'confirm-watch-top'    => 'Add this page to your watchlist?',
-
-# action=unwatch
+# action=watch/unwatch
+'confirm-watch-button'   => 'OK',
+'confirm-watch-top'      => 'Add this page to your watchlist?',
 'confirm-unwatch-button' => 'OK',
-'confirm-unwatch-top'    => 'Remove this page to your watchlist?',
+'confirm-unwatch-top'    => 'Remove this page from your watchlist?',
 
 # Separators for various lists, etc.
 'semicolon-separator' => ';&#32;', # only translate this message to other languages if you have to change it
index 54ff50f..b293936 100644 (file)
@@ -3189,6 +3189,12 @@ $wgMessageStructure = array(
                'confirm-purge-top',
                'confirm-purge-bottom',
        ),
+       'watch-unwatch' => array(
+               'confirm-watch-button',
+               'confirm-watch-top',
+               'confirm-unwatch-button',
+               'confirm-unwatch-top',
+       ),
        'separators' => array(
                'semicolon-separator',
                'comma-separator',
@@ -3654,6 +3660,7 @@ Variants for Chinese language",
        'deleteconflict'        => 'Delete conflict',
        'unit-pixel'            => '',
        'purge'                 => 'action=purge',
+       'watch-unwatch'         => 'action=watch/unwatch',
        'separators'            => 'Separators for various lists, etc.',
        'imgmulti'              => 'Multipage image navigation',
        'tablepager'            => 'Table pager',