From: Raimond Spekking Date: Thu, 23 Aug 2007 10:52:51 +0000 (+0000) Subject: Fix for r25082. Access key for preferences changed to '9'. X-Git-Tag: 1.31.0-rc.0~51678 X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=commitdiff_plain;h=08b20c443b636c8c520aa2f7c902e64daf2717a8;p=lhc%2Fweb%2Fwiklou.git 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. --- 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