diff --git a/chrome/content/zotero/preferences/preferences_general.js b/chrome/content/zotero/preferences/preferences_general.js index 63b554bca0..8b53513ebd 100644 --- a/chrome/content/zotero/preferences/preferences_general.js +++ b/chrome/content/zotero/preferences/preferences_general.js @@ -102,7 +102,7 @@ Zotero_Preferences.General = { var changed = requestedLocale && requestedLocale == Zotero.locale && menu.label != this._getAutomaticLocaleMenuLabel(); - Services.locale.requestedLocales = null; + Services.locale.requestedLocales = []; } else { // Changed if moving to a locale other than the current one