diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-31 08:44:43 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-31 08:44:43 +0000 |
commit | 5cb67f62e75963808e46775ac29f5ea289719bce (patch) | |
tree | 22040c59dbd41c94ca45a19a2fd50df13fd3d551 /chrome/app/resources | |
parent | 9f284f13fd93a37bd8afa4840e91a953f4c9bc51 (diff) | |
download | chromium_src-5cb67f62e75963808e46775ac29f5ea289719bce.zip chromium_src-5cb67f62e75963808e46775ac29f5ea289719bce.tar.gz chromium_src-5cb67f62e75963808e46775ac29f5ea289719bce.tar.bz2 |
Tweaks to the SSL InfoBubble dialog.
Fixed the mixed state icon not showing for section Connection. I overlooked the fact that we already check for mixed content, but reported state as error (whereas now we want warning).
Added link to help center explaining what this dialog means.
BUG=http://crbug.com/52916
TEST=SSL Infobubble should show link to help center and should show mixed content icon when, for example, you open an email in Gmail with an external image embedded in it.
Review URL: http://codereview.chromium.org/3221005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57970 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/resources')
-rw-r--r-- | chrome/app/resources/locale_settings.grd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/app/resources/locale_settings.grd b/chrome/app/resources/locale_settings.grd index 237462a..499dffe 100644 --- a/chrome/app/resources/locale_settings.grd +++ b/chrome/app/resources/locale_settings.grd @@ -364,6 +364,11 @@ 25 </message> + <!-- The URL for the "Learn more" page for the Privacy section under Options. --> + <message name="IDS_PAGE_INFO_HELP_CENTER" translateable="false"> + http://www.google.com/support/chrome/bin/answer.py?hl=[GRITLANGCODE]&answer=95617 + </message> + <!-- The width and height of the Page Info bubble characters and lines (See above). --> <message name="IDS_PAGEINFOBUBBLE_WIDTH_CHARS" use_name_for_id="true"> 50 |