diff options
author | finnur@google.com <finnur@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-27 17:56:55 +0000 |
---|---|---|
committer | finnur@google.com <finnur@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-27 17:56:55 +0000 |
commit | 430d3f7c6289e0263e621c08f400013496829760 (patch) | |
tree | 9736062ce42f2049a0130fa9f05ab380740572f6 /chrome/app/google_chrome_strings.grd | |
parent | 423041b0a7182411149472ae1e7fd87317173097 (diff) | |
download | chromium_src-430d3f7c6289e0263e621c08f400013496829760.zip chromium_src-430d3f7c6289e0263e621c08f400013496829760.tar.gz chromium_src-430d3f7c6289e0263e621c08f400013496829760.tar.bz2 |
Reshuffling the options in the UnderTheHood section. A summary of my changes:Renamed ContentSection to WebContentSection to reflect changes that have already been made to the UI (prior to this change list).Renamed GeneralSection to PrivacySectionMoved various checkboxes that appear in other categories in the "Under the hood"-tab to appear under the new PrivacySection.Moved the checkbox "Use a suggestion service" from Edit Search Engines to the PrivacySection, since we don't want it in two different places. - If you check the "Use Suggest" but have a provider that doesn't support it, it will just not perform Suggest queries.The mock I was following has the Learn More link right after the text blurb, but this version has the link below the text. We need to figure out what we want to do here.
Review URL: http://codereview.chromium.org/7985
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4005 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 ea6c4d7..ed1615c 100644 --- a/chrome/app/google_chrome_strings.grd +++ b/chrome/app/google_chrome_strings.grd @@ -280,6 +280,10 @@ Chrome supports. --> <message name="IDS_UNINSTALL_FAILED" desc="Error during uninstall if we can not find the installation directory from registry."> Google Chrome is not installed or it failed to find installation directory. Please download Google Chrome again. </message> + <!-- Options Dialog --> + <message name="IDS_OPTIONS_DISABLE_SERVICES" desc="The text in the options panel that describes how we use web services to improve browsing experience."> + Google Chrome may use web services to improve your browsing experience - you may optionally disable these services. + </message> </messages> </release> </grit> |