watch/unwatch accesskeys and tooltip
authorGabriel Wicke <gwicke@users.mediawiki.org>
Fri, 9 Apr 2004 17:46:40 +0000 (17:46 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Fri, 9 Apr 2004 17:46:40 +0000 (17:46 +0000)
languages/Language.php

index 5c8bffb..3bca54a 100644 (file)
@@ -1455,8 +1455,8 @@ amusement.",
 'accesskey-protect' => 'p',
 'accesskey-delete' => 'd',
 'accesskey-move' => 'm',
-'accesskey-watch' => '',
-'accesskey-unwatch' => '',
+'accesskey-watch' => 'w',
+'accesskey-unwatch' => 'w',
 'accesskey-watchlist' => 'l',
 'accesskey-userpage' => '.',
 'accesskey-mytalk' => 'n',
@@ -1487,8 +1487,8 @@ amusement.",
 'tooltip-delete' => 'Delete this page [alt-d]',
 'tooltip-move' => 'Move this page [alt-m]',
 'tooltip-nomove' => 'You don\'t have the permissions to move this page',
-'tooltip-watch' => 'Add this page to your watchlist',
-'tooltip-unwatch' => 'Remove this page from your watchlist',
+'tooltip-watch' => 'Add this page to your watchlist [alt-w]',
+'tooltip-unwatch' => 'Remove this page from your watchlist [alt-w]',
 'tooltip-watchlist' => 'The watchlist is the list of pages you\'re monitoring for changes. [alt-l]',
 'tooltip-userpage' => 'My user page [alt-.]',
 'tooltip-mytalk' => 'My talk page [alt-n]',