* (bug http://en.wikipedia.org/w/index.php?title=User_talk:%C3%86var_Arnfj%C3%B6r...
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Tue, 6 Dec 2005 01:32:13 +0000 (01:32 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Tue, 6 Dec 2005 01:32:13 +0000 (01:32 +0000)
  use a proper title="" for the save button in the preferences, for accessability with screen readers

includes/SpecialPreferences.php

index ebbb6da..40366dc 100644 (file)
@@ -871,9 +871,9 @@ class PreferencesForm {
                $wgOut->addHTML( "
        <div id='prefsubmit'>
        <div>
-               <input type='submit' name='wpSaveprefs' class='btnSavePrefs' value=\"" . wfMsg( 'saveprefs' ) . "\" accesskey=\"".
-               wfMsg('accesskey-save')."\" title=\"[alt-".wfMsg('accesskey-save')."]\" />
-               <input type='submit' name='wpReset' value=\"" . wfMsg( 'resetprefs' ) . "\" />
+               <input type='submit' name='wpSaveprefs' class='btnSavePrefs' value=\"" . wfMsgHtml( 'saveprefs' ) . "\" accesskey=\"".
+               wfMsgHtml('accesskey-save')."\" title=\"".wfMsgHtml('tooltip-save')."\" />
+               <input type='submit' name='wpReset' value=\"" . wfMsgHtml( 'resetprefs' ) . "\" />
        </div>
 
        </div>