diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-17 04:17:05 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-17 04:17:05 +0000 |
commit | 51a568b38c0cef21863dffbb35f8c1ab4c76fed4 (patch) | |
tree | d2ba99f2b95673f37308cde1e52d8f78051cd475 /chrome/app/resources | |
parent | da80205aeedefe6a562113bf86b13c5714dcdc82 (diff) | |
download | chromium_src-51a568b38c0cef21863dffbb35f8c1ab4c76fed4.zip chromium_src-51a568b38c0cef21863dffbb35f8c1ab4c76fed4.tar.gz chromium_src-51a568b38c0cef21863dffbb35f8c1ab4c76fed4.tar.bz2 |
plugins: Show a help link in the "plugin needed" infobar.
BUG=6574
TEST=None
Review URL: http://codereview.chromium.org/2850031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52808 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 3c66807..2fb8fd4 100644 --- a/chrome/app/resources/locale_settings.grd +++ b/chrome/app/resources/locale_settings.grd @@ -513,6 +513,11 @@ http://www.google.com/support/chrome/bin/answer.py?answer=142065&hl=[GRITLANGCODE] </message> + <!-- The URL for the "Problems installing" page for the Plugins infobar --> + <message name="IDS_LEARN_MORE_PLUGININSTALLER_URL" translateable="false"> + http://www.google.com/support/chrome/bin/answer.py?answer=95697&topic=14687 + </message> + <!-- The width and height of the bookmark manager in characters and lines --> <!-- (See above). --> <message name="IDS_BOOKMARK_MANAGER_DIALOG_WIDTH_CHARS" use_name_for_id="true"> |