removed empty message stub that slipped through
authorGabriel Wicke <gwicke@users.mediawiki.org>
Wed, 24 Mar 2004 01:22:55 +0000 (01:22 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Wed, 24 Mar 2004 01:22:55 +0000 (01:22 +0000)
languages/Language.php

index 083a0d5..a2f4e1e 100644 (file)
@@ -1467,7 +1467,7 @@ amusement.",
 'accesskey-login' => 'l',
 'accesskey-search' => 's',
 'accesskey-mainpage' => '',
-'accesskey-randompage' => '',
+'accesskey-randompage' => 'x',
 'accesskey-help' => '',
 'accesskey-recentchanges' => 'c',
 'accesskey-recentchangeslinked' => '',
@@ -1476,8 +1476,8 @@ amusement.",
 'accesskey-upload' => 'u',
 
 # tooltip help for the main actions
-'tooltip-article' => 'View the article, shortcut [alt-a]',
-'tooltip-talk' => 'Discussion about the article, [alt-t]',
+'tooltip-article' => 'View the article [alt-a]',
+'tooltip-talk' => 'Discussion about the article [alt-t]',
 'tooltip-edit' => 'You can edit this page. Please use the preview button before saving. [alt-e]',
 'tooltip-history' => 'Past versions of this page, [alt-h]',
 'tooltip-rollback' => 'Roll back edits, [alt-r]',
@@ -1495,7 +1495,7 @@ amusement.",
 'tooltip-logout' => '',
 'tooltip-search' => 'Search this wiki',
 'tooltip-mainpage' => 'Visit the Front Page',
-'tooltip-randompage' => 'Choose a random page',
+'tooltip-randompage' => 'Get a random page [alt-x]',
 'tooltip-help' => '',
 'tooltip-recentchanges' => 'The list of recent changes in the entire wiki. [alt-c]',
 'tooltip-recentchangeslinked' => 'Recent changes in pages linking to this page',