From 2e121fac6e191ef9316d7a74b9bad7bf599b0bc5 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Thu, 8 Apr 2004 13:09:20 +0000 Subject: [PATCH] access key tweaks --- languages/Language.php | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/languages/Language.php b/languages/Language.php index cc13726ea8..8822ed0ecf 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -1505,14 +1505,14 @@ amusement.", 'accesskey-move' => 'm', 'accesskey-watch' => '', 'accesskey-unwatch' => '', -'accesskey-watchlist' => 'w', -'accesskey-userpage' => '', -'accesskey-mytalk' => '', +'accesskey-watchlist' => 'l', +'accesskey-userpage' => '.', +'accesskey-mytalk' => 'n', 'accesskey-preferences' => '', -'accesskey-mycontris' => '', -'accesskey-login' => 'l', -'accesskey-search' => 's', -'accesskey-mainpage' => '', +'accesskey-mycontris' => 'y', +'accesskey-login' => 'o', +'accesskey-search' => 'f', +'accesskey-mainpage' => 'z', 'accesskey-portal' => '', 'accesskey-randompage' => 'x', 'accesskey-currentevents' => '', @@ -1521,9 +1521,9 @@ amusement.", 'accesskey-recentchanges' => 'r', 'accesskey-recentchangeslinked' => 'c', 'accesskey-whatlinkshere' => 'b', -'accesskey-specialpages' => '', +'accesskey-specialpages' => 'q', 'accesskey-specialpage' => '', -'accesskey-upload' => 'u', +'accesskey-upload' => 'f', # tooltip help for the main actions 'tooltip-article' => 'View the article [alt-a]', @@ -1536,15 +1536,15 @@ amusement.", '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-watchlist' => 'The watchlist is the list of pages you\'re monitoring for changes. [alt-w]', -'tooltip-userpage' => 'My user page', -'tooltip-mytalk' => 'My talk page', +'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]', 'tooltip-preferences' => 'My preferences', -'tooltip-mycontris' => 'List of my contributions', -'tooltip-login' => 'You are encouraged to log in before editing, it\'s not mandatory however.', -'tooltip-logout' => 'The start button', -'tooltip-search' => 'Search this wiki', -'tooltip-mainpage' => 'Visit the Main Page', +'tooltip-mycontris' => 'List of my contributions [alt-y]', +'tooltip-login' => 'You are encouraged to log in before editing, it\'s not mandatory however. [alt-o]', +'tooltip-logout' => 'The start button [alt-o]', +'tooltip-search' => 'Search this wiki [alt-f]', +'tooltip-mainpage' => 'Visit the Main Page [alt-z]', 'tooltip-portal' => 'About the project, what you can do, where to find things', 'tooltip-randompage' => 'Load a random page [alt-x]', 'tooltip-currentevents' => 'Find background information on current events', @@ -1553,7 +1553,7 @@ amusement.", 'tooltip-recentchanges' => 'The list of recent changes in the wiki. [alt-r]', 'tooltip-recentchangeslinked' => 'Recent changes in pages linking to this page [alt-c]', 'tooltip-whatlinkshere' => 'List of all wiki pages that link here [alt-b]', -'tooltip-specialpages' => 'List of all special pages', +'tooltip-specialpages' => 'List of all special pages [alt-q]', 'tooltip-upload' => 'Upload images or media files [alt-u]', 'tooltip-specialpage' => 'This is a special page, you can\'t edit the page itself.', -- 2.20.1