diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-12 10:33:04 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-12 10:33:04 +0000 |
commit | 0d4e9f28367be3c2536e0230160d0fe924e6fb24 (patch) | |
tree | 91be0be37c2ad6bf859134ce643d09b5a2b6e382 /chrome/app/google_chrome_strings.grd | |
parent | fcc1fffb0cea8624bf6d19b2b0bf7fe0efdd9ac7 (diff) | |
download | chromium_src-0d4e9f28367be3c2536e0230160d0fe924e6fb24.zip chromium_src-0d4e9f28367be3c2536e0230160d0fe924e6fb24.tar.gz chromium_src-0d4e9f28367be3c2536e0230160d0fe924e6fb24.tar.bz2 |
Page info bubble should not show SSL information for about:foo and chrome:// pages as it doesn't make sense in that context and the current text is a bit scary.
BUG=80694
TEST=Browse to chrome://extensions and about:version and click the page info icon in the Omnibox. A bubble with only one section should appear.
Review URL: http://codereview.chromium.org/7108041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88782 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/google_chrome_strings.grd')
-rw-r--r-- | chrome/app/google_chrome_strings.grd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd index 95b6e52..801f995 100644 --- a/chrome/app/google_chrome_strings.grd +++ b/chrome/app/google_chrome_strings.grd @@ -522,6 +522,10 @@ Chrome supports. --> <message name="IDS_CRASHES_DISABLED_MESSAGE" desc="The explanatory message for chrome://crashes when crash reporting is disabled"> This page only shows information on your recent crashes if you <ph name="BEGIN_LINK"><a href="https://www.google.com/support/chrome/bin/answer.py?answer=96817"></ph>enable crash reporting<ph name="END_LINK"></a></ph>. </message> + <!-- Page Info bubble --> + <message name="IDS_PAGE_INFO_INTERNAL_PAGE" desc="Message to display in the page info bubble when the page you are on is a chrome:// page or about:something."> + This page was generated by Google Chrome. + </message> <!-- Print Preview --> <message name="IDS_PRINT_PREVIEW_NO_PLUGIN" desc="Message to display when the PDF viewer is missing."> Google Chrome cannot show the print preview when the built-in PDF viewer is disabled. In order to see the preview, please visit <ph name="BEGIN_LINK"><a target="_blank" rel="noreferrer" href="$1"></ph>$1<ph name="END_LINK"></a></ph>, enable the "Chrome PDF Viewer", and try again. |