From aa8e0a9eabaf8b5de6c1afaa46b2b9942afe24f4 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Fri, 9 Apr 2004 17:46:40 +0000 Subject: [PATCH] watch/unwatch accesskeys and tooltip --- languages/Language.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/languages/Language.php b/languages/Language.php index 5c8bffb275..3bca54a66d 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -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]', -- 2.20.1