diff options
author | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-03 17:54:40 +0000 |
---|---|---|
committer | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-03 17:54:40 +0000 |
commit | 3f7116cf4b4e725cc43c7331fed6cd1a1b03bc96 (patch) | |
tree | 83b00ff4844c697c890f4c36b38627a2925c776c | |
parent | cfbed3ec748c315ba3a3dd7169521ba20d17e29c (diff) | |
download | chromium_src-3f7116cf4b4e725cc43c7331fed6cd1a1b03bc96.zip chromium_src-3f7116cf4b4e725cc43c7331fed6cd1a1b03bc96.tar.gz chromium_src-3f7116cf4b4e725cc43c7331fed6cd1a1b03bc96.tar.bz2 |
This CL makes a SSL related message non Window specific.
BUG=http://crbug.com/20938
TEST=Visit https://alioth.debian.org/ A warning page is shown. Click the 'Help me understand' link. The text shown should not mention Windows.
Review URL: http://codereview.chromium.org/192002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25328 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/app/generated_resources.grd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 763af0f..6742901 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -1882,7 +1882,7 @@ each locale. aa1 --> In this case, the certificate has not been verified by a third party that your computer trusts. Anyone can create a certificate claiming to be whatever website they choose, which is why it must be verified by a trusted third party. Without that verification, the identity information in the certificate is meaningless. It is therefore not possible to verify that you are communicating with <strong><ph name="DOMAIN">$1<ex>paypal.com</ex></ph></strong> instead of an attacker who generated his own certificate claiming to be <strong><ph name="DOMAIN2">$2<ex>paypal.com</ex></ph></strong>. You should not proceed past this point. </message> <message name="IDS_CERT_ERROR_AUTHORITY_INVALID_EXTRA_INFO_3" desc="3rd paragraph of extra information for a X509 certificate with an invalid authority"> - If, however, you work in an organization that generates its own certificates, and you are trying to connect to an internal website of that organization using such a certificate, you may be able to solve this problem securely. You can import your organization's root certificate as a "root certificate", and then certificates issued or verified by your organization will be trusted and you will not see this error next time you try to connect to an internal website. Contact your organization's help staff for assistance in adding a new root certificate to Windows. + If, however, you work in an organization that generates its own certificates, and you are trying to connect to an internal website of that organization using such a certificate, you may be able to solve this problem securely. You can import your organization's root certificate as a "root certificate", and then certificates issued or verified by your organization will be trusted and you will not see this error next time you try to connect to an internal website. Contact your organization's help staff for assistance in adding a new root certificate to your computer. </message> <message name="IDS_CERT_ERROR_AUTHORITY_INVALID_DESCRIPTION" desc="Description for an X509 certificate with an invalid authority"> Server's certificate is not trusted |