diff options
author | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-13 04:47:51 +0000 |
---|---|---|
committer | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-13 04:47:51 +0000 |
commit | 235df3ac876638d8f09eb62c6b8504446e19b63b (patch) | |
tree | 66b09556fe12866fb0bdf3ff2756f17573da9482 /chrome/app | |
parent | 98c89c6fedf343a89b7f282287dc985dc846b6ef (diff) | |
download | chromium_src-235df3ac876638d8f09eb62c6b8504446e19b63b.zip chromium_src-235df3ac876638d8f09eb62c6b8504446e19b63b.tar.gz chromium_src-235df3ac876638d8f09eb62c6b8504446e19b63b.tar.bz2 |
Change our mixed content strings to be more technically accurate. The page can have mixed content without having any insecure *elements*, per se.
R=wtc
TEST=Go to https://webblaze.org/abarth/tests/mixed-content/ and point at the yellow triangle in the omnibox.
Review URL: http://codereview.chromium.org/113254
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15937 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 05c02db..33bbbf3 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -1621,22 +1621,22 @@ each locale. --> There are several SSL errors on this page: </message> <message name="IDS_SSL_MIXED_CONTENT_TITLE" desc="Title for mixed SSL / non-SSL content"> - This page contains insecure elements. + This page contains insecure content. </message> <message name="IDS_SSL_MIXED_CONTENT_DESCRIPTION" desc="Description for mixed SSL / non-SSL content"> - This page contains some insecure elements + This page contains some insecure content </message> <message name="IDS_SSL_MIXED_CONTENT_DETAILS" desc="Description for mixed SSL / non-SSL content"> - This page is not retrieved entirely over a secure connection. It contains some elements retrieved over insecure connections. + This page is not retrieved entirely over a secure connection. It contains some content retrieved over insecure connections. </message> <message name="IDS_SSL_UNSAFE_CONTENT_TITLE" desc="Title for broken https resources in safe SSL page"> - This page contains insecure elements. + This page contains insecure content. </message> <message name="IDS_SSL_UNSAFE_CONTENT_DESCRIPTION" desc="Description for broken https resources in safe SSL page"> - This page contains some insecure elements + This page contains some insecure content </message> <message name="IDS_SSL_UNSAFE_CONTENT_DETAILS" desc="Title for broken https resources in safe SSL page"> - Some elements in this page are retrieved over a connection with SSL errors. + Some content on this page was retrieved over a connection with SSL errors. </message> <!-- Certificate error strings --> |