diff --git a/chrome/content/zotero/preferences/preferences_advanced.js b/chrome/content/zotero/preferences/preferences_advanced.js index 8ade41a56..a5069ee0b 100644 --- a/chrome/content/zotero/preferences/preferences_advanced.js +++ b/chrome/content/zotero/preferences/preferences_advanced.js @@ -152,7 +152,11 @@ Zotero_Preferences.Advanced = { null, null, null, {}); if (index == 0) { - Zotero.Schema.resetTranslators(); + Zotero.Schema.resetTranslators(function () { + if (Zotero_Preferences.Export) { + Zotero_Preferences.Export.populateQuickCopyList(); + } + }); } },