diff --git a/chrome/content/zotero/tools/testTranslators/translatorTester.js b/chrome/content/zotero/tools/testTranslators/translatorTester.js index 1fd9f16ce..a0e837a60 100644 --- a/chrome/content/zotero/tools/testTranslators/translatorTester.js +++ b/chrome/content/zotero/tools/testTranslators/translatorTester.js @@ -321,6 +321,7 @@ Zotero_TranslatorTester.prototype.newTest = function(doc, testReadyCallback) { callback(newItems); }); translate.setHandler("done", function(obj, returnValue) { me._createTest(obj, multipleMode, returnValue, testReadyCallback) }); + translate.capitalizeTitles = false; translate.translate(false); };