"Install Browser Extensions" -> "Install Browser Connectors"

And change link from /extensions to /download/connectors
This commit is contained in:
Dan Stillman 2017-06-27 16:23:46 -04:00
parent a56af4a101
commit f6ac1732f2
4 changed files with 9 additions and 9 deletions

View file

@ -165,8 +165,8 @@ const ZoteroStandalone = new function() {
ZoteroPane.loadURI(ZOTERO_CONFIG.FEEDBACK_URL);
break;
case "extensions":
ZoteroPane.loadURI(ZOTERO_CONFIG.EXTENSIONS_URL);
case "connectors":
ZoteroPane.loadURI(ZOTERO_CONFIG.CONNECTORS_URL);
break;
default:

View file

@ -199,10 +199,10 @@
label="&helpFeedbackPage.label;"
oncommand="ZoteroStandalone.openHelp('feedback');"/>
<menuseparator/>
<menuitem id="installBrowserExtensions"
accessKey="&helpInstallBrowserExtensions.accesskey;"
label="&helpInstallBrowserExtensions.label;"
oncommand="ZoteroStandalone.openHelp('extensions');"/>
<menuitem id="installBrowserConnectors"
accessKey="&helpInstallBrowserConnectors.accesskey;"
label="&helpInstallBrowserConnectors.label;"
oncommand="ZoteroStandalone.openHelp('connectors');"/>
<menuseparator/>
<menuitem id="reportErrors"
accesskey="&helpReportErrors.accesskey;"

View file

@ -71,8 +71,8 @@
<!ENTITY helpFeedbackPage.label "Submit Feedback…">
<!ENTITY helpFeedbackPage.accesskey "S">
<!ENTITY helpInstallBrowserExtensions.accesskey "B">
<!ENTITY helpInstallBrowserExtensions.label "Install Browser Extensions…">
<!ENTITY helpInstallBrowserConnectors.accesskey "C">
<!ENTITY helpInstallBrowserConnectors.label "Install Browser Connectors…">
<!ENTITY helpReportErrors.label "Report Errors to Zotero…">
<!ENTITY helpReportErrors.accesskey "R">

View file

@ -21,7 +21,7 @@ var ZOTERO_CONFIG = {
SUPPORT_URL: "https://www.zotero.org/support/",
TROUBLESHOOTING_URL: "https://www.zotero.org/support/getting_help",
FEEDBACK_URL: "https://forums.zotero.org/",
EXTENSIONS_URL: "https://www.zotero.org/extensions"
CONNECTORS_URL: "https://www.zotero.org/download/connectors"
};
EXPORTED_SYMBOLS = ["ZOTERO_CONFIG"];