From a158e8a71b4ecb626fa65ad8545068eb181ae2d3 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 19 Jul 2017 03:52:08 -0400 Subject: [PATCH] Alter Quick Copy preferences text Closes #1022 Could try to explain site-specific settings, but it's somewhat complicated (requires the Zotero Connector, uses the last active tab regardless of drag destination), so maybe enough to explain on the linked documentation page. --- chrome/content/zotero/preferences/preferences_export.js | 2 +- chrome/content/zotero/preferences/preferences_export.xul | 4 ++-- chrome/content/zotero/preferences/quickCopySiteEditor.xul | 2 +- chrome/locale/en-US/zotero/preferences.dtd | 7 +++---- chrome/locale/en-US/zotero/zotero.properties | 6 +++--- 5 files changed, 10 insertions(+), 11 deletions(-) diff --git a/chrome/content/zotero/preferences/preferences_export.js b/chrome/content/zotero/preferences/preferences_export.js index 7baaf13a9..55afdab23 100644 --- a/chrome/content/zotero/preferences/preferences_export.js +++ b/chrome/content/zotero/preferences/preferences_export.js @@ -94,7 +94,7 @@ Zotero_Preferences.Export = { menulist.appendChild(popup); var itemNode = document.createElement("menuitem"); - itemNode.setAttribute("label", Zotero.getString('zotero.preferences.export.quickCopy.bibStyles')); + itemNode.setAttribute("label", Zotero.getString('zotero.preferences.export.quickCopy.citationStyles')); itemNode.setAttribute("disabled", true); popup.appendChild(itemNode); diff --git a/chrome/content/zotero/preferences/preferences_export.xul b/chrome/content/zotero/preferences/preferences_export.xul index 4a3b93802..07580d091 100644 --- a/chrome/content/zotero/preferences/preferences_export.xul +++ b/chrome/content/zotero/preferences/preferences_export.xul @@ -51,7 +51,7 @@ -