Cleanup for r26690: don't add new accesskeys without dire need. We already have too many keyboard conflicts, and don't need to invent new ones for the default button in a form.
This commit is contained in:
parent
6a3260fe26
commit
d7f73380e0
2 changed files with 2 additions and 3 deletions
|
|
@ -37,8 +37,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
|
|||
of the strict() authentication behavior.
|
||||
* (bug 7872) Deleted revisions can now be viewed as diffs showing changes
|
||||
against the previous revision, whether currently deleted or live.
|
||||
* Added accesskey and tooltip for the "Go" button, and tooltip for the "Search"
|
||||
button.
|
||||
* Added tooltips for the "Go" and "Search" buttons
|
||||
* (bug 11649) Show input form when Special:Whatlinkshere has no parameters
|
||||
|
||||
=== Bug fixes in 1.12 ===
|
||||
|
|
|
|||
|
|
@ -2272,7 +2272,7 @@ All transwiki import actions are logged at the [[Special:Log/import|import log]]
|
|||
'accesskey-ca-watch' => 'w', # don't translate or duplicate this message to other languages
|
||||
'accesskey-ca-unwatch' => 'w', # don't translate or duplicate this message to other languages
|
||||
'accesskey-search' => 'f', # don't translate or duplicate this message to other languages
|
||||
'accesskey-search-go' => 'g', # don't translate or duplicate this message to other languages
|
||||
'accesskey-search-go' => '', # don't translate or duplicate this message to other languages
|
||||
'accesskey-search-fulltext' => '', # don't translate or duplicate this message to other languages
|
||||
'accesskey-p-logo' => '', # don't translate or duplicate this message to other languages
|
||||
'accesskey-n-mainpage' => 'z', # don't translate or duplicate this message to other languages
|
||||
|
|
|
|||
Loading…
Reference in a new issue