From 08b20c443b636c8c520aa2f7c902e64daf2717a8 Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Thu, 23 Aug 2007 10:52:51 +0000 Subject: [PATCH] Fix for r25082. Access key for preferences changed to '9'. Access key ',' is already in use for the textarea of the edit form, but hard coded. Is there a special reason not to use the normal access key/tooltip mechanism? Thanks to WebBoy. --- languages/messages/MessagesEn.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index b3d795617a..04ed19495b 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -2241,7 +2241,7 @@ All transwiki import actions are logged at the [[Special:Log/import|import log]] 'accesskey-pt-anonuserpage' => '.', # don't translate or duplicate this message to other languages 'accesskey-pt-mytalk' => 'n', # don't translate or duplicate this message to other languages 'accesskey-pt-anontalk' => 'n', # don't translate or duplicate this message to other languages -'accesskey-pt-preferences' => ',', # don't translate or duplicate this message to other languages +'accesskey-pt-preferences' => '9', # don't translate or duplicate this message to other languages 'accesskey-pt-watchlist' => 'l', # don't translate or duplicate this message to other languages 'accesskey-pt-mycontris' => 'y', # don't translate or duplicate this message to other languages 'accesskey-pt-login' => 'o', # don't translate or duplicate this message to other languages -- 2.20.1