Bug 424888 - Integrated back-forward drop down menu needs a tooltip, r=gavin, ui-r+a=beltzner

This commit is contained in:
philringnalda@gmail.com 2008-04-01 20:17:22 -07:00
parent ad5758b579
commit 3aeaea535b
2 changed files with 2 additions and 1 deletions

View File

@ -279,7 +279,7 @@
<observes element="Browser:Forward" attribute="disabled"/>
</toolbarbutton>
<toolbarbutton id="back-forward-dropmarker" type="menu" chromedir="&locale.dir;"
disabled="true">
disabled="true" tooltiptext="&backForwardMenu.tooltip;">
<!-- bug 415444: event.stopPropagation is here for the cloned version of
this menupopup -->
<menupopup context=""

View File

@ -73,6 +73,7 @@
<!ENTITY forwardCmd.label "Forward">
<!ENTITY forwardCmd.accesskey "F">
<!ENTITY forwardButton.tooltip "Go forward one page">
<!ENTITY backForwardMenu.tooltip "Recent pages">
<!ENTITY reloadCmd.label "Reload">
<!ENTITY reloadCmd.accesskey "R">
<!ENTITY reloadButton.tooltip "Reload current page">