diff options
author | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-04 04:40:38 +0000 |
---|---|---|
committer | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-04 04:40:38 +0000 |
commit | eb8a06d3f439f3be31a5a0dcbcdd86160c50cbb7 (patch) | |
tree | fa3767ba96bcaab0a329defa454da5611bbd427b /chrome/app | |
parent | 1d3ee9e501137bb1a79cc2347f8ba9fb35140c5a (diff) | |
download | chromium_src-eb8a06d3f439f3be31a5a0dcbcdd86160c50cbb7.zip chromium_src-eb8a06d3f439f3be31a5a0dcbcdd86160c50cbb7.tar.gz chromium_src-eb8a06d3f439f3be31a5a0dcbcdd86160c50cbb7.tar.bz2 |
Improve the error message shown the for ERR_CERT_INVALID SSL interstitial.
R=wtc
BUG=63203
TEST=none
Review URL: http://codereview.chromium.org/6598024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76877 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index ad3c930..b213e26 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -2547,7 +2547,10 @@ Other platform defines such as use_titlecase are declared in build/common.gypi. Invalid Server Certificate </message> <message name="IDS_CERT_ERROR_INVALID_CERT_DETAILS" desc="Details of the error page for an X509 certificate that is invalid"> - A request failed because the server's certificate was invalid. + You attempted to reach <ph name="DOMAIN"><strong>$1<ex>paypal.com</ex></strong></ph>, but the server presented an invalid certificate. + </message> + <message name="IDS_CERT_ERROR_INVALID_CERT_EXTRA_INFO_2" desc="2nd paragraph of extra information for an X509 certificate that is invalid"> + In this case, the server certificate or an intermediate CA certificate presented to your browser is invalid. This may mean that the certificate is malformed, contains invalid fields, or is not supported. </message> <message name="IDS_CERT_ERROR_INVALID_CERT_DESCRIPTION" desc="Description of the error page for an X509 certificate that is invalid"> Server's certificate is invalid. |