Bug 386670, Restart button tooltip in add-ons manager should be changed, Patch by Dão Gottwald, r=mconnor, ui-r=beltzner

This commit is contained in:
flamingice@sourmilk.net 2007-08-07 10:24:55 -07:00
parent 89b5b8389a
commit 88e60e61cd
2 changed files with 6 additions and 6 deletions

View File

@ -28,9 +28,9 @@
<!ENTITY cmd.installUpdatesAll.label "Install Updates">
<!ENTITY cmd.installUpdatesAll.accesskey "I">
<!ENTITY cmd.installUpdatesAll.tooltip "Installs the selected updates">
<!ENTITY cmd.restartApp.label "Restart &brandShortName;">
<!ENTITY cmd.restartApp.accesskey "R">
<!ENTITY cmd.restartApp.tooltip "Restarts &brandShortName; to finish the installation">
<!ENTITY cmd.restartApp2.label "Restart &brandShortName;">
<!ENTITY cmd.restartApp2.accesskey "R">
<!ENTITY cmd.restartApp2.tooltip "Restart &brandShortName; to apply changes">
<!ENTITY cmd.skip.label "Skip">
<!ENTITY cmd.skip.accesskey "S">
<!ENTITY cmd.skip.tooltip "Skip these updates">

View File

@ -218,9 +218,9 @@
accesskey="&cmd.installUpdatesAll.accesskey;"
tooltiptext="&cmd.installUpdatesAll.tooltip;"
command="cmd_installUpdatesAll"/>
<button id="restartAppButton" label="&cmd.restartApp.label;"
accesskey="&cmd.restartApp.accesskey;"
tooltiptext="&cmd.restartApp.tooltip;"
<button id="restartAppButton" label="&cmd.restartApp2.label;"
accesskey="&cmd.restartApp2.accesskey;"
tooltiptext="&cmd.restartApp2.tooltip;"
command="cmd_restartApp"/>
<button id="continueDialogButton" label="&cmd.continue.label;"
accesskey="&cmd.continue.accesskey;"