From d7f73380e06f1b28cfbb513c2ec554ef03a774af Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Thu, 18 Oct 2007 14:59:54 +0000 Subject: [PATCH] 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. --- RELEASE-NOTES | 3 +-- languages/messages/MessagesEn.php | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index e245040db7..eed4ddbeee 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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 === diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 013bf9c8e5..131f0b83bf 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -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 -- 2.20.1