From 631dff69b77f317c3ba37704833ee792303eb32c Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Mon, 4 Jul 2011 17:07:55 +0000 Subject: [PATCH] Also set capitalizeTitles = false on test creation --- chrome/content/zotero/tools/testTranslators/translatorTester.js | 1 + 1 file changed, 1 insertion(+) 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); };