commit 631dff69b77f317c3ba37704833ee792303eb32c
parent fb87bded88e9f35d3e1700ca4afa0abd0ec84e5f
Author: Simon Kornblith <simon@simonster.com>
Date: Mon, 4 Jul 2011 17:07:55 +0000
Also set capitalizeTitles = false on test creation
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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);
};