Index: trunk/phase3/includes/SpecialPreferences.php |
— | — | @@ -871,9 +871,9 @@ |
872 | 872 | $wgOut->addHTML( " |
873 | 873 | <div id='prefsubmit'> |
874 | 874 | <div> |
875 | | - <input type='submit' name='wpSaveprefs' class='btnSavePrefs' value=\"" . wfMsg( 'saveprefs' ) . "\" accesskey=\"". |
876 | | - wfMsg('accesskey-save')."\" title=\"[alt-".wfMsg('accesskey-save')."]\" /> |
877 | | - <input type='submit' name='wpReset' value=\"" . wfMsg( 'resetprefs' ) . "\" /> |
| 875 | + <input type='submit' name='wpSaveprefs' class='btnSavePrefs' value=\"" . wfMsgHtml( 'saveprefs' ) . "\" accesskey=\"". |
| 876 | + wfMsgHtml('accesskey-save')."\" title=\"".wfMsgHtml('tooltip-save')."\" /> |
| 877 | + <input type='submit' name='wpReset' value=\"" . wfMsgHtml( 'resetprefs' ) . "\" /> |
878 | 878 | </div> |
879 | 879 | |
880 | 880 | </div> |