From 8bd10f4ab218b2da842461f692f37e611403df1d Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Fri, 9 Apr 2004 19:21:49 +0000 Subject: [PATCH] additional message for save, preview etc --- languages/Language.php | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/languages/Language.php b/languages/Language.php index 3bca54a66d..e55ec72dd6 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -46,7 +46,7 @@ if($wgMetaNamespace === FALSE) "quickbar" => 1, "underline" => 1, "hover" => 1, "cols" => 80, "rows" => 25, "searchlimit" => 20, "contextlines" => 5, "contextchars" => 50, - "skin" => 'standard', "math" => 1, "rcdays" => 7, "rclimit" => 50, + "skin" => 'monobook', "math" => 1, "rcdays" => 7, "rclimit" => 50, "highlightbroken" => 1, "stubthreshold" => 0, "previewontop" => 1, "editsection"=>1,"editsectiononrightclick"=>0, "showtoc"=>1, "showtoolbar" =>1, @@ -1477,6 +1477,9 @@ amusement.", 'accesskey-specialpages' => 'q', 'accesskey-specialpage' => '', 'accesskey-upload' => 'f', +'accesskey-minoredit' => 'i', +'accesskey-save' => 's', +'accesskey-preview' => 'p', # tooltip help for the main actions 'tooltip-article' => 'View the article [alt-a]', @@ -1489,12 +1492,12 @@ amusement.", 'tooltip-nomove' => 'You don\'t have the permissions to move this page', '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-watchlist' => '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 [alt-y]', -'tooltip-login' => 'You are encouraged to log in before editing, it\'s not mandatory however. [alt-o]', +'tooltip-login' => 'You are encouraged to log in, it is 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]', @@ -1509,6 +1512,9 @@ amusement.", '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.', +'tooltip-minoredit' => 'Mark this as a minor edit [alt-i]', +'tooltip-save' => 'Save you changes [alt-s]', +'tooltip-preview' => 'Preview your changes, please use this before saving! [alt-p]', # Metadata "nodublincore" => "Dublin Core RDF metadata disabled for this server.", -- 2.20.1