diff options
author | mattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-02 20:51:45 +0000 |
---|---|---|
committer | mattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-02 20:51:45 +0000 |
commit | d681e6fb8a8167ddb139a07b786169b460db2cc5 (patch) | |
tree | 37a03d247f98df206666674162fa6072d526d2a4 /chrome/app | |
parent | ad573f16ef06760e855f3e13ad0902d19449cbd6 (diff) | |
download | chromium_src-d681e6fb8a8167ddb139a07b786169b460db2cc5.zip chromium_src-d681e6fb8a8167ddb139a07b786169b460db2cc5.tar.gz chromium_src-d681e6fb8a8167ddb139a07b786169b460db2cc5.tar.bz2 |
Gtk first run: Remove obsolete warning for unimplemented privacy features.
Add learn more link after crash reporting checkbox.
BUG=none
TEST=build google release build, launch with empty user-data-dir, click learn more link - should open in default browser.
Review URL: http://codereview.chromium.org/178025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25237 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-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 9ad10fa..90d69a1 100644 --- a/chrome/app/resources/locale_settings.grd +++ b/chrome/app/resources/locale_settings.grd @@ -534,6 +534,11 @@ http://www.google.com/support/chrome/bin/answer.py?answer=114836&hl=[GRITLANGCODE] </message> + <!-- The URL for the "Learn more" page for the usage/crash reporting option in the first run dialog. --> + <message name="IDS_LEARN_MORE_REPORTING_URL" translateable="false"> + http://www.google.com/support/chrome/bin/answer.py?answer=96817&hl=[GRITLANGCODE] + </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"> |