Move connector install option to Tools menu

And rename from "Install Browser Connectors…" to "Install Browser Connector"
This commit is contained in:
Dan Stillman 2017-06-29 03:50:02 -04:00
parent 2119b5ab75
commit aca774e132
2 changed files with 6 additions and 8 deletions

View file

@ -173,6 +173,10 @@
<menuitem id="menu_rtfScan" label="&zotero.toolbar.rtfScan.label;"
command="cmd_zotero_rtfScan"/>
<menuseparator/>
<menuitem id="installConnector"
accessKey="&installConnector.accesskey;"
label="&installConnector.label;"
oncommand="ZoteroStandalone.openHelp('connectors');"/>
<menuitem id="menu_addons" label="&addons.label;"
oncommand="Zotero.openInViewer('chrome://mozapps/content/extensions/extensions.xul', ZoteroStandalone.updateAddonsPane)"/>
<menuitem id="menu_errorConsole" label="Error Console" oncommand="toJavaScriptConsole()" hidden="true"/>
@ -199,11 +203,6 @@
label="&helpFeedbackPage.label;"
oncommand="ZoteroStandalone.openHelp('feedback');"/>
<menuseparator/>
<menuitem id="installBrowserConnectors"
accessKey="&helpInstallBrowserConnectors.accesskey;"
label="&helpInstallBrowserConnectors.label;"
oncommand="ZoteroStandalone.openHelp('connectors');"/>
<menuseparator/>
<menuitem id="reportErrors"
accesskey="&helpReportErrors.accesskey;"
label="&helpReportErrors.label;"

View file

@ -45,6 +45,8 @@
<!--TOOLS MENU-->
<!ENTITY toolsMenu.label "Tools">
<!ENTITY toolsMenu.accesskey "T">
<!ENTITY installConnector.label "Install Browser Connector">
<!ENTITY installConnector.accesskey "C">
<!ENTITY addons.label "Add-ons">
<!--WINDOW MENU-->
@ -71,9 +73,6 @@
<!ENTITY helpFeedbackPage.label "Submit Feedback…">
<!ENTITY helpFeedbackPage.accesskey "S">
<!ENTITY helpInstallBrowserConnectors.accesskey "C">
<!ENTITY helpInstallBrowserConnectors.label "Install Browser Connectors…">
<!ENTITY helpReportErrors.label "Report Errors to Zotero…">
<!ENTITY helpReportErrors.accesskey "R">
<!ENTITY helpCheckForUpdates.label "Check for Updates…">