From 4188c403c5441ee0087787d033b1697490d1af08 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Wed, 24 Mar 2004 01:22:55 +0000 Subject: [PATCH] removed empty message stub that slipped through --- languages/Language.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/languages/Language.php b/languages/Language.php index 083a0d50ca..a2f4e1e6bc 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -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', -- 2.20.1