From: Gabriel Wicke Date: Wed, 24 Mar 2004 17:21:50 +0000 (+0000) Subject: * empty entry now really removed X-Git-Tag: 1.3.0beta1~701 X-Git-Url: http://git.cyclocoop.org/data/%24self?a=commitdiff_plain;h=12e9af1cef0dff759a63f6b0eaf877b50f8cdccc;p=lhc%2Fweb%2Fwiklou.git * empty entry now really removed * specialpage message and tooltip added/modified --- diff --git a/languages/Language.php b/languages/Language.php index a2f4e1e6bc..46820b7730 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -448,7 +448,6 @@ $wgLanguageNamesEn =& $wgLanguageNames; "category_header" => "Articles in category \"$1\"", "subcategories" => "Subcategories", -'' => '', "linktrail" => "/^([a-z]+)(.*)\$/sD", "mainpage" => "Main Page", @@ -503,6 +502,7 @@ $wgLanguageNamesEn =& $wgLanguageNames; "unprotectthispage" => "Unprotect this page", "newpage" => "New page", "talkpage" => "Discuss this page", +'specialpage' => 'Special Page', 'personaltools' => 'Personal tools', "postcomment" => "Post a comment", "articlepage" => "View article", @@ -1473,6 +1473,7 @@ amusement.", 'accesskey-recentchangeslinked' => '', 'accesskey-whatlinkshere' => 'b', 'accesskey-specialpages' => '', +'accesskey-specialpage' => '', 'accesskey-upload' => 'u', # tooltip help for the main actions @@ -1502,7 +1503,7 @@ amusement.", 'tooltip-whatlinkshere' => '', 'tooltip-specialpages' => '', 'tooltip-upload' => 'u', -'tooltip-special' => 'This is a special page.', +'tooltip-specialpage' => 'This is a special page, you can\'t edit the page itself.', ); #--------------------------------------------------------------------------