This commit is contained in:
ben%bengoodger.com 2005-06-10 00:17:10 +00:00
Родитель 4a4999af78
Коммит dadaacc47d
2 изменённых файлов: 2 добавлений и 3 удалений

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

@ -5,6 +5,5 @@ introType_minor=An important Security Update for %S is available:
introType_major=A new version of %S is available:
verificationError=%S could not confirm the integrity of the update package.
app.update.url=http://localhost/updates-test-1.xml
app.update.manual.url=http://localhost/manual.html
app.update.manual.url=http://www.mozilla.org/update
errorsPageHeader=Update Failed
downloadingPageTitle=Downloading Updates

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

@ -312,7 +312,7 @@ var gDownloadingPage = {
var brandName = brandStrings.getString("brandShortName");
var verificationError = updateStrings.getFormattedString("verificationError", [brandName]);
var downloadingPage = document.getElementById("downloading");
gUpdates.advanceToErrorPage(downloadingPage, verificationError);
// gUpdates.advanceToErrorPage(downloadingPage, verificationError);
},
/**