mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1143082 - Fix a message in the mixed content UI. r=dolske
This commit is contained in:
parent
e4e13f7ee7
commit
3228a63525
@ -266,7 +266,7 @@ function securityOnLoad() {
|
||||
info.encryptionStrength + "",
|
||||
info.version]);
|
||||
}
|
||||
msg1 = pkiBundle.getString("pageInfo_Privacy_Broken1");
|
||||
msg1 = pkiBundle.getString("pageInfo_Privacy_Broken2");
|
||||
msg2 = pkiBundle.getString("pageInfo_Privacy_None2");
|
||||
}
|
||||
else if (info.encryptionStrength > 0) {
|
||||
|
@ -69,7 +69,7 @@ pageInfo_BrokenEncryption=Broken Encryption (%1$S, %2$S bit keys, %3$S)
|
||||
pageInfo_Privacy_Encrypted1=The page you are viewing was encrypted before being transmitted over the Internet.
|
||||
pageInfo_Privacy_Encrypted2=Encryption makes it difficult for unauthorized people to view information traveling between computers. It is therefore unlikely that anyone read this page as it traveled across the network.
|
||||
pageInfo_MixedContent=Connection Partially Encrypted
|
||||
pageInfo_Privacy_Broken1=Parts of the page you are viewing were not encrypted or the encryption is not strong enough before being transmitted over the Internet.
|
||||
pageInfo_Privacy_Broken2=Parts of the page you are viewing were not encrypted before being transmitted over the Internet or the encryption is not strong enough.
|
||||
|
||||
#Cert Viewer
|
||||
certDetails=Certificate Viewer:
|
||||
|
Loading…
Reference in New Issue
Block a user