Bug 591876 - Change the tooltip of utilities button. r=dtownsend, a=dtownsend

This commit is contained in:
Blair McBride 2010-09-17 10:48:13 +12:00
Родитель d1338e5210
Коммит a55bda9bb3
2 изменённых файлов: 2 добавлений и 8 удалений

Просмотреть файл

@ -9,6 +9,7 @@
<!ENTITY listEmpty.button.label "Learn more about add-ons">
<!ENTITY installAddonFromFile.label "Install Add-on From File…">
<!ENTITY installAddonFromFile.accesskey "I">
<!ENTITY toolsMenu.tooltip "Tools for all add-ons">
<!ENTITY cmd.back.tooltip "Go back one page">
<!ENTITY cmd.forward.tooltip "Go forward one page">
@ -32,8 +33,6 @@
<!ENTITY view.plugins.label "Plugins">
<!ENTITY view.recentUpdates.label "Recent Updates">
<!ENTITY view.availableUpdates.label "Available Updates">
<!ENTITY view.utilites.preferences.tooltip "Options for all add-ons">
<!ENTITY view.utilites.preferencesUnix.tooltip "Preferences for all add-ons">
<!-- addon updates -->
<!ENTITY updates.checkForUpdates.label "Check for Updates">

Просмотреть файл

@ -163,12 +163,7 @@
label="&updates.restart.label;"
command="cmd_restartApp"/>
</hbox>
<button id="header-utils-btn" type="menu"
#ifdef XP_WIN
tooltiptext="&view.utilites.preferences.tooltip;">
#else
tooltiptext="&view.utilites.preferencesUnix.tooltip;">
#endif
<button id="header-utils-btn" type="menu" tooltiptext="&toolsMenu.tooltip;">
<menupopup id="utils-menu">
<menuitem id="utils-updateNow"
label="&updates.checkForUpdates.label;"