Bug 1279953 - Ambiguous string usage for "not encrypted page". r=dolske

--HG--
extra : rebase_source : e6ea020d8b98e9bef2e895e5312edc47d839cc2c
This commit is contained in:
Onno Ekker 2016-06-13 22:14:04 +02:00
parent 4901223999
commit f1de083a08
2 changed files with 2 additions and 2 deletions

View File

@ -281,7 +281,7 @@ function securityOnLoad(uri, windowInfo) {
if (info.hostName != null)
msg1 = pkiBundle.getFormattedString("pageInfo_Privacy_None1", [info.hostName]);
else
msg1 = pkiBundle.getString("pageInfo_Privacy_None3");
msg1 = pkiBundle.getString("pageInfo_Privacy_None4");
msg2 = pkiBundle.getString("pageInfo_Privacy_None2");
}
setText("security-technical-shortform", hdr);

View File

@ -59,7 +59,7 @@ clientAuthMessage2=Issued Under: “%S”
pageInfo_NoEncryption=Connection Not Encrypted
pageInfo_Privacy_None1=The website %S does not support encryption for the page you are viewing.
pageInfo_Privacy_None2=Information sent over the Internet without encryption can be seen by other people while it is in transit.
pageInfo_Privacy_None3=The page you are viewing is not encrypted.
pageInfo_Privacy_None4=The page you are viewing was not encrypted before being transmitted over the Internet.
# LOCALIZATION NOTE (pageInfo_EncryptionWithBitsAndProtocol and pageInfo_BrokenEncryption):
# %1$S is the name of the encryption standard,
# %2$S is the key size of the cipher.