Also set capitalizeTitles = false on test creation

This commit is contained in:
Simon Kornblith 2011-07-04 17:07:55 +00:00
parent fb87bded88
commit 631dff69b7

View file

@ -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);
};