From 4fd47afef3ae120057a116f8a9b2bcbb8ac304e7 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Thu, 15 Apr 2004 16:25:48 +0000 Subject: [PATCH] accesskeys: preview back to p, protect now '-' --- languages/Language.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/languages/Language.php b/languages/Language.php index fc07f03b2b..1dbe0c6367 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -1455,7 +1455,7 @@ amusement.", 'accesskey-edit' => 'e', 'accesskey-viewsource' => 'e', 'accesskey-history' => 'h', -'accesskey-protect' => 'p', +'accesskey-protect' => '-', 'accesskey-delete' => 'd', 'accesskey-move' => 'm', 'accesskey-watch' => 'w', @@ -1482,7 +1482,7 @@ amusement.", 'accesskey-upload' => 'u', 'accesskey-minoredit' => 'i', 'accesskey-save' => 's', -'accesskey-preview' => 'v', +'accesskey-preview' => 'p', # tooltip help for the main actions 'tooltip-article' => 'View the article [alt-a]', @@ -1490,7 +1490,7 @@ amusement.", 'tooltip-edit' => 'You can edit this page. Please use the preview button before saving. [alt-e]', 'tooltip-viewsource' => 'This page is protected. You can view it\'s source. [alt-e]', 'tooltip-history' => 'Past versions of this page, [alt-h]', -'tooltip-protect' => 'Protect this page [alt-p]', +'tooltip-protect' => 'Protect this page [alt--]', 'tooltip-delete' => 'Delete this page [alt-d]', 'tooltip-move' => 'Move this page [alt-m]', 'tooltip-nomove' => 'You don\'t have the permissions to move this page', @@ -1518,7 +1518,7 @@ amusement.", '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-v]', +'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