Bug 417693. late-l10n. The Add Security Exception dialog text is misleading. r=kengert@redhat.com, a1.9=beltzner@mozilla.com

This commit is contained in:
jwatt@jwatt.org 2008-02-21 09:40:52 -08:00
Родитель 841381c960
Коммит e6a9880ce6
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -201,7 +201,7 @@ writeFileNoDeviceSpace=No space left on device
writeFileUnknownError=Unknown error
#Add Security Exception dialog
addExceptionBrandedWarning=You are about to override how %S identifies sites.
addExceptionBrandedWarning2=You are about to override how %S identifies this site.
addExceptionInvalidHeader=This site attempts to identity itself with invalid information.
addExceptionDomainMismatchShort=Wrong Site
addExceptionDomainMismatchLong=Certificate belongs to a different site, which could indicate an identity theft.

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

@ -78,7 +78,7 @@ function initExceptionDialog() {
var brandName = gBundleBrand.GetStringFromName("brandShortName");
setText("warningText", gPKIBundle.formatStringFromName("addExceptionBrandedWarning",
setText("warningText", gPKIBundle.formatStringFromName("addExceptionBrandedWarning2",
[brandName], 1));
gDialog.getButton("extra1").disabled = true;