diff --git a/RELEASE-NOTES b/RELEASE-NOTES index e245040db7c..eed4ddbeeeb 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 013bf9c8e57..131f0b83bfb 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