Also set capitalizeTitles = false on test creation
This commit is contained in:
parent
fb87bded88
commit
631dff69b7
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue