diff options
author | finnur@google.com <finnur@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-31 20:31:23 +0000 |
---|---|---|
committer | finnur@google.com <finnur@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-31 20:31:23 +0000 |
commit | 21811f7fcc963e6e08d4141502b4deb01f695163 (patch) | |
tree | 5797c6ef011873ffbbf528e70f244c34eff17261 /chrome/app/locales | |
parent | 8acfeb388ff606818c6c05bfbff1c567a403f5b9 (diff) | |
download | chromium_src-21811f7fcc963e6e08d4141502b4deb01f695163.zip chromium_src-21811f7fcc963e6e08d4141502b4deb01f695163.tar.gz chromium_src-21811f7fcc963e6e08d4141502b4deb01f695163.tar.bz2 |
2nd part of the reorganize options under 'UnderTheHood' (bug 3655):
The link 'learn more' now points to a yet-to-be-created article in the help center. I moved it also, so that it appears to the right of the label (instead of below the label).
And finally, I added missing definitions for the Bookmark Manager, which I noticed while I was changing this.
Review URL: http://codereview.chromium.org/8777
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4317 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/locales')
-rw-r--r-- | chrome/app/locales/locale_settings.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/app/locales/locale_settings.h b/chrome/app/locales/locale_settings.h index d5198ab..66478df 100644 --- a/chrome/app/locales/locale_settings.h +++ b/chrome/app/locales/locale_settings.h @@ -156,9 +156,8 @@ // The URL for the the Learn More page shown on incognito new tab. #define IDS_LEARN_MORE_INCOGNITO_URL 1058 -// The URL for the "Learn more" page for the Report user metrics and crash data -// checkbox in Options. -#define IDS_LEARN_MORE_HELPMAKECHROMEBETTER_URL 1059 +// The URL for the "Learn more" page for the Privacy section under Options. +#define IDS_LEARN_MORE_PRIVACY_URL 1059 // The URL for more info on how we are affected by 3rd party licenses. #define IDS_ABOUT_VERSION_LICENSE_URL 1060 |