diff --git a/chrome/content/zotero/xpcom/schema.js b/chrome/content/zotero/xpcom/schema.js index 623ffe101..64ebf93df 100644 --- a/chrome/content/zotero/xpcom/schema.js +++ b/chrome/content/zotero/xpcom/schema.js @@ -696,7 +696,7 @@ Zotero.Schema = new function(){ Zotero.File.getValidFileName(entry.label)) + fileExt; // Use translatorID if name still isn't ASCII (e.g., Cyrillic) if (!fileName.match(/^[\x00-\x7f]+$/)) { - fileName = entry.translatorID + fileExt; + fileName = translatorID + fileExt; } var destFile = destDir.clone();