From 1635478b2de27569943d18c5b2d410a8293b182a Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Wed, 13 Jul 2011 13:28:37 +0000 Subject: [PATCH] Followup r92012: Fix grammar, update meintenance scripts --- languages/messages/MessagesEn.php | 10 ++++------ maintenance/language/messages.inc | 7 +++++++ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index da6d311a58..badda888b2 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -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' => '; ', # only translate this message to other languages if you have to change it diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index 54ff50f345..b293936ea7 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -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', -- 2.20.1