Bug 1434951 - fix invalid pref syntax (spotted by aceman). rs=bustage-fix

This commit is contained in:
Jorg K 2018-02-01 20:24:43 +01:00
Родитель 466918b986
Коммит b79fcea50d
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -115,7 +115,7 @@ pref("app.releaseNotesURL", "https://live.mozillamessaging.com/%APP%/releasenote
// URL for "Learn More" for Crash Reporter.
pref("toolkit.crashreporter.infoURL",
"https://www.mozilla.org/thunderbird/legal/privacy/#crash-reporter");");
"https://www.mozilla.org/thunderbird/legal/privacy/#crash-reporter");
// Base URL for web-based support pages.
pref("app.support.baseURL", "https://support.live.mozillamessaging.com/%LOCALE%/%APP%/%APPBUILDID%/");