Bug 314415 'Report Broken Web Site' button text too long r=mconnor

This commit is contained in:
robert%accettura.com 2006-01-17 22:03:11 +00:00
parent fd39f6a0f2
commit ba0d16e331
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
<!-- Entities for the Sample Extension Options Dialog go here -->
<!ENTITY reporterMenu.title "Report Broken Web Site">
<!ENTITY reporterToolBarButton.title "Report Site">
<!ENTITY reporterMenu.tooltip "Report Broken Web Site">
<!ENTITY reporterMenu.accesskey "R">

View File

@ -54,16 +54,16 @@
<menupopup id="menu_HelpPopup">
<menuitem id="menu_HelpPopup_reportertoolmenu"
label="&reporterMenu.title;..."
accesskey="&reporterMenu.accesskey;"
accesskey="&reporterMenu.accesskey;"
insertbefore="aboutSeparator"
observes="reporterItemsBroadcaster"
oncommand="loadReporterWizard()"/>
</menupopup>
<toolbarpalette id="BrowserToolbarPalette">
<toolbarbutton id="reporterMenuButton"
oncommand="loadReporterWizard();"
oncommand="loadReporterWizard();"
class="toolbarbutton-1"
label="&reporterMenu.title;"
label="&reporterToolBarButton.title;"
observes="reporterItemsBroadcaster"
tooltiptext="&reporterMenu.tooltip;"/>
</toolbarpalette>