small tweaks to help

This commit is contained in:
Simon Kornblith 2011-05-31 06:38:22 +00:00
parent 1b1af48be0
commit 08cbf4d4d9
3 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@
<menu id="helpMenu" <menu id="helpMenu"
label="&helpMenu.label;" label="&helpMenu.label;"
accesskey="&helpMenu.accesskey;"> accesskey="&helpMenu.accesskey;">
<menupopup id="menu_HelpPopup" onpopupshowing="buildHelpMenu();"> <menupopup id="menu_HelpPopup">
<menuitem id="menu_openHelp" <menuitem id="menu_openHelp"
oncommand="ZoteroStandalone.openHelp();" oncommand="ZoteroStandalone.openHelp();"
label="&productHelp.label;" label="&productHelp.label;"

View File

@ -45,7 +45,7 @@
<menu id="helpMenu" <menu id="helpMenu"
label="&helpMenu.label;" label="&helpMenu.label;"
accesskey="&helpMenu.accesskey;"> accesskey="&helpMenu.accesskey;">
<menupopup id="menu_HelpPopup" onpopupshowing="buildHelpMenu();"> <menupopup id="menu_HelpPopup">
<menuitem id="menu_openHelp" <menuitem id="menu_openHelp"
oncommand="ZoteroStandalone.openHelp();" oncommand="ZoteroStandalone.openHelp();"
label="&productHelp.label;" label="&productHelp.label;"

View File

@ -24,7 +24,7 @@
<!ENTITY helpFeedbackPage.label "Submit Feedback…"> <!ENTITY helpFeedbackPage.label "Submit Feedback…">
<!ENTITY helpFeedbackPage.accesskey "S"> <!ENTITY helpFeedbackPage.accesskey "S">
<!ENTITY helpReportErrors.label "Report Errors…"> <!ENTITY helpReportErrors.label "Report Errors to Zotero…">
<!ENTITY helpReportErrors.accesskey "R"> <!ENTITY helpReportErrors.accesskey "R">
<!ENTITY preferencesCmdMac.label "Preferences…"> <!ENTITY preferencesCmdMac.label "Preferences…">