Revision: 25083 Author: raymond Date: 2007-08-23 10:52:51 +0000 (Thu, 23 Aug 2007)
Log Message:
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.
Modified Paths:
trunk/phase3/languages/messages/MessagesEn.php
Modified: trunk/phase3/languages/messages/MessagesEn.php
--- trunk/phase3/languages/messages/MessagesEn.php 2007-08-23 09:34:33 UTC (rev 25082) +++ trunk/phase3/languages/messages/MessagesEn.php 2007-08-23 10:52:51 UTC (rev 25083) @@ -2241,7 +2241,7 @@ '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
This breaks typing characters with Alt+numeric code, as you end up at Special:Preferences. Please reassign a non-numeric character.
Follow-up: ',' was added on the previous revision (r25082), it didn't have an accesskey before, which is bug 5206.