Closes #554, Add help menu option to Actions menu
"Documentation..." with link to http://www.zotero.org/documentation/
This commit is contained in:
parent
8a39b9ee7c
commit
f01fd20826
|
@ -116,6 +116,7 @@
|
|||
<menuseparator id="zotero-tb-actions-separator"/>
|
||||
<menuitem id="zotero-tb-actions-prefs" label="&zotero.toolbar.preferences.label;"
|
||||
oncommand="window.openDialog('chrome://zotero/content/preferences.xul', 'zotero-prefs', 'chrome,titlebar,toolbar,' + Zotero.Prefs.get('browser.preferences.instantApply', true) ? 'dialog=no' : 'modal')"/>
|
||||
<menuitem id="zotero-tb-actions-documentation" label="&zotero.toolbar.documentation.label;" oncommand="window.open('http://www.zotero.org/documentation/', '', 'menubar=yes,location=yes,toolbar=yes,personalbar=yes,resizable=yes,scrollbars=yes,status=yes');"/>
|
||||
<menuitem id="zotero-tb-actions-about" label="&zotero.toolbar.about.label;" oncommand="window.openDialog('chrome://zotero/content/about.xul', 'about', 'chrome')"/>
|
||||
</menupopup>
|
||||
</toolbarbutton>
|
||||
|
|
|
@ -44,6 +44,7 @@
|
|||
<!ENTITY zotero.toolbar.import.label "Import...">
|
||||
<!ENTITY zotero.toolbar.export.label "Export Library...">
|
||||
<!ENTITY zotero.toolbar.preferences.label "Preferences...">
|
||||
<!ENTITY zotero.toolbar.documentation.label "Documentation...">
|
||||
<!ENTITY zotero.toolbar.about.label "About Zotero...">
|
||||
<!ENTITY zotero.toolbar.advancedSearch "Advanced Search">
|
||||
<!ENTITY zotero.toolbar.search.label "Search:">
|
||||
|
|
Loading…
Reference in New Issue
Block a user