зеркало из https://github.com/mozilla/pjs.git
305226 - final details url for firefox and thunderbird for the 'Update failed for some reason' page of the update wizard. Simply takes users to the firefox/thunderbird product pages so they can get the latest version. r=mscott. approving myself.
This commit is contained in:
Родитель
1839d7031a
Коммит
898cf569de
|
@ -97,7 +97,7 @@ pref("app.update.silent", false);
|
|||
pref("app.update.url", "https://aus2.mozilla.org/update/1/%PRODUCT%/%VERSION%/%BUILD_ID%/%BUILD_TARGET%/%LOCALE%/%CHANNEL%/update.xml");
|
||||
// URL user can browse to manually if for some reason all update installation
|
||||
// attempts fail. TODO: Change this URL
|
||||
pref("app.update.url.manual", "http://www.mozilla.org/update");
|
||||
pref("app.update.url.manual", "http://www.mozilla.org/products/firefox/");
|
||||
// User-settable override to app.update.url for testing purposes.
|
||||
//pref("app.update.url.override", "");
|
||||
|
||||
|
|
|
@ -76,7 +76,7 @@ pref("app.update.silent", false);
|
|||
pref("app.update.url", "https://aus2.mozilla.org/update/1/%PRODUCT%/%VERSION%/%BUILD_ID%/%BUILD_TARGET%/%LOCALE%/%CHANNEL%/update.xml");
|
||||
// URL user can browse to manually if for some reason all update installation
|
||||
// attempts fail. TODO: Change this URL
|
||||
pref("app.update.url.manual", "http://www.mozilla.org/update");
|
||||
pref("app.update.url.manual", "http://www.mozilla.org/products/thunderbird/");
|
||||
// User-settable override to app.update.url for testing purposes.
|
||||
//pref("app.update.url.override", "");
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче