diff options
author | kmadhusu@chromium.org <kmadhusu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-17 17:34:14 +0000 |
---|---|---|
committer | kmadhusu@chromium.org <kmadhusu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-17 17:34:14 +0000 |
commit | 404f9b08934f6649ee9f6d5ee610aac1e2692a03 (patch) | |
tree | 9a150383a79719483194136813ddf87702340514 /chrome/app/chromium_strings.grd | |
parent | de5aa214ea77b3d2c4ff8a0c58f446896c107ce0 (diff) | |
download | chromium_src-404f9b08934f6649ee9f6d5ee610aac1e2692a03.zip chromium_src-404f9b08934f6649ee9f6d5ee610aac1e2692a03.tar.gz chromium_src-404f9b08934f6649ee9f6d5ee610aac1e2692a03.tar.bz2 |
DOMUI Settings: UTH: Fix the wrapping of the privacy explanation text.
BUG=63835
TEST=none
Review URL: http://codereview.chromium.org/5930003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69557 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chromium_strings.grd')
-rw-r--r-- | chrome/app/chromium_strings.grd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/app/chromium_strings.grd b/chrome/app/chromium_strings.grd index 8e85f33..c30ea42 100644 --- a/chrome/app/chromium_strings.grd +++ b/chrome/app/chromium_strings.grd @@ -398,9 +398,13 @@ be available for now. --> Chromium installation directory seems to be in use. Please reboot your computer and try again. </message> <!-- Options Dialog --> + <!--TODO(kmadhusu): Remove "IDS_OPTIONS_DISABLE_SERVICES" after platform-specific dialogs are removed.--> <message name="IDS_OPTIONS_DISABLE_SERVICES" desc="The text in the options panel that describes how we use web services to improve browsing experience."> Chromium may use web services to improve your browsing experience. You may optionally disable these services. </message> + <message name="IDS_OPTIONS_IMPROVE_BROWSING_EXPERIENCE" desc="The text in the options panel that describes how we use web services to improve browsing experience."> + Chromium may use web services to improve your browsing experience. + </message> <message name="IDS_IMPORT_BOOKMARKS" desc="Explanatory text for the importing progress dialog when importing a bookmarks.html file from the bookmark manager"> Chromium is now importing Favorites/Bookmarks. </message> |