Bug 516080 - change "Help Contents" to "Firefox Help". r=gavin

This commit is contained in:
Curtis Bartley 2009-09-14 20:35:19 -07:00
parent 5c54e24e70
commit 461a7a0d59
2 changed files with 4 additions and 6 deletions

View File

@ -78,12 +78,11 @@
<menupopup id="menu_HelpPopup" onpopupshowing="buildHelpMenu();">
<menuitem id="menu_openHelp"
oncommand="openHelpLink('firefox-help')"
label="&productHelp.label;"
accesskey="&productHelp.accesskey;"
#ifdef XP_MACOSX
label="&helpContentsMac.label;"
key="key_openHelpMac"/>
#else
label="&helpContents.label;"
accesskey="&helpContents.accesskey;"
key="key_openHelp"/>
#endif
# Show IE Users menu item on Windows only

View File

@ -12,9 +12,8 @@
<!ENTITY helpMenuWin.accesskey "H">
<!ENTITY aboutCmd.label "About &brandFullName;">
<!ENTITY aboutCmd.accesskey "A">
<!ENTITY helpContents.label "Help Contents">
<!ENTITY helpContents.accesskey "H">
<!ENTITY helpContentsMac.label "&brandShortName; Help">
<!ENTITY productHelp.label "&brandShortName; Help">
<!ENTITY productHelp.accesskey "H">
<!ENTITY helpForIEUsers.label "For Internet Explorer Users">
<!ENTITY helpForIEUsers.accesskey "I">
<!ENTITY openHelp.commandkey "VK_F1">