Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -3189,6 +3189,12 @@ |
3190 | 3190 | 'confirm-purge-top', |
3191 | 3191 | 'confirm-purge-bottom', |
3192 | 3192 | ), |
| 3193 | + 'watch-unwatch' => array( |
| 3194 | + 'confirm-watch-button', |
| 3195 | + 'confirm-watch-top', |
| 3196 | + 'confirm-unwatch-button', |
| 3197 | + 'confirm-unwatch-top', |
| 3198 | + ), |
3193 | 3199 | 'separators' => array( |
3194 | 3200 | 'semicolon-separator', |
3195 | 3201 | 'comma-separator', |
— | — | @@ -3654,6 +3660,7 @@ |
3655 | 3661 | 'deleteconflict' => 'Delete conflict', |
3656 | 3662 | 'unit-pixel' => '', |
3657 | 3663 | 'purge' => 'action=purge', |
| 3664 | + 'watch-unwatch' => 'action=watch/unwatch', |
3658 | 3665 | 'separators' => 'Separators for various lists, etc.', |
3659 | 3666 | 'imgmulti' => 'Multipage image navigation', |
3660 | 3667 | 'tablepager' => 'Table pager', |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -4276,13 +4276,11 @@ |
4277 | 4277 | 'confirm-purge-top' => 'Clear the cache of this page?', |
4278 | 4278 | 'confirm-purge-bottom' => 'Purging a page clears the cache and forces the most current revision to appear.', |
4279 | 4279 | |
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?', |
4285 | 4283 | 'confirm-unwatch-button' => 'OK', |
4286 | | -'confirm-unwatch-top' => 'Remove this page to your watchlist?', |
| 4284 | +'confirm-unwatch-top' => 'Remove this page from your watchlist?', |
4287 | 4285 | |
4288 | 4286 | # Separators for various lists, etc. |
4289 | 4287 | 'semicolon-separator' => '; ', # only translate this message to other languages if you have to change it |