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 @@ -