Bug 1460721 - Follw-up: Fix the localization link in mailGlue.js. r=Pike, rs=jorgk

This commit is contained in:
Richard Marti 2018-06-06 20:20:18 +02:00
Родитель 0295172532
Коммит f031229160
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -134,7 +134,7 @@ MailGlue.prototype = {
TBDistCustomizer.applyPrefDefaults();
let locales = Services.locale.getPackagedLocales();
const appSource = new FileSource("app", locales, "resource:///chrome/{locale}/locale/{locale}/");
const appSource = new FileSource("app", locales, "resource:///localization/{locale}/");
L10nRegistry.registerSource(appSource);
// handle any migration work that has to happen at profile startup