diff --git a/chrome/content/zotero/tools/testTranslators/translatorTester.js b/chrome/content/zotero/tools/testTranslators/translatorTester.js index 2b5e83294..117d9728f 100644 --- a/chrome/content/zotero/tools/testTranslators/translatorTester.js +++ b/chrome/content/zotero/tools/testTranslators/translatorTester.js @@ -73,7 +73,7 @@ Zotero_TranslatorTesters = new function() { var results = []; if("getLocaleCollation" in Zotero) { - var collation = collationFactory.CreateCollation(localeService.getApplicationLocale()); + var collation = Zotero.getLocaleCollation(); strcmp = function(a, b) { return collation.compareString(1, a, b); };