Fix for r25082. Access key for preferences changed to '9'.
authorRaimond Spekking <raymond@users.mediawiki.org>
Thu, 23 Aug 2007 10:52:51 +0000 (10:52 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Thu, 23 Aug 2007 10:52:51 +0000 (10:52 +0000)
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

index b3d7956..04ed194 100644 (file)
@@ -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