r25083 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r25082‎ | r25083 | r25084 >
Date:10:52, 23 August 2007
Author:raymond
Status:old
Tags:
Comment:
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) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -2241,7 +2241,7 @@
22422242 'accesskey-pt-anonuserpage' => '.', # don't translate or duplicate this message to other languages
22432243 'accesskey-pt-mytalk' => 'n', # don't translate or duplicate this message to other languages
22442244 'accesskey-pt-anontalk' => 'n', # don't translate or duplicate this message to other languages
2245 -'accesskey-pt-preferences' => ',', # don't translate or duplicate this message to other languages
 2245+'accesskey-pt-preferences' => '9', # don't translate or duplicate this message to other languages
22462246 'accesskey-pt-watchlist' => 'l', # don't translate or duplicate this message to other languages
22472247 'accesskey-pt-mycontris' => 'y', # don't translate or duplicate this message to other languages
22482248 'accesskey-pt-login' => 'o', # don't translate or duplicate this message to other languages

Follow-up revisions

RevisionCommit summaryAuthorDate
r25109Merged revisions 25016-25108 via svnmerge from...david07:30, 24 August 2007

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r25082* (bug 5206) Add accesskey ',' to 'preferences' navigationlink...raymond09:34, 23 August 2007

Status & tagging log