diff options
author | nick@chromium.org <nick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-10 07:21:13 +0000 |
---|---|---|
committer | nick@chromium.org <nick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-10 07:21:13 +0000 |
commit | edf19748aedf9feec96d27a8f05a8e0dec888894 (patch) | |
tree | cb1b73e33102451404ced997e766e596ebd7e31c /chrome/app | |
parent | d5ca1b519a007a9fb54eb9e766e7395dd6f38bf0 (diff) | |
download | chromium_src-edf19748aedf9feec96d27a8f05a8e0dec888894.zip chromium_src-edf19748aedf9feec96d27a8f05a8e0dec888894.tar.gz chromium_src-edf19748aedf9feec96d27a8f05a8e0dec888894.tar.bz2 |
Revert just the part of r17926
that removed the following strings:
IDS_OPTIONS_CLEAR_DATA_INFO
IDS_OPTIONS_CLEAR_DATA_GROUP_NAME
IDS_OPTIONS_IMPORT_DATA_INFO
IDS_OPTIONS_IMPORT_DATA_GROUP_NAME
These strings are in use internally,
by the personalization module.
Review URL: http://codereview.chromium.org/119402
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18042 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 55e1837..58d9f1d 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -3210,9 +3210,21 @@ each locale. --> <message name="IDS_OPTIONS_BROWSING_DATA_INFO" desc="Information text about browsing data options."> You can import your bookmarks and settings from other browsers or clear your browsing data from this computer. </message> + <message name="IDS_OPTIONS_IMPORT_DATA_INFO" desc="Information text about import options."> + You can import your bookmarks and settings from other browsers and user accounts on this computer. + </message> + <message name="IDS_OPTIONS_IMPORT_DATA_GROUP_NAME" desc="The title of the 'Import' group."> + Import: + </message> <message name="IDS_OPTIONS_IMPORT_DATA_BUTTON" desc="Label for the import data button."> Import data... </message> + <message name="IDS_OPTIONS_CLEAR_DATA_GROUP_NAME" desc="The title of the 'Clear data' group."> + Clear Data: + </message> + <message name="IDS_OPTIONS_CLEAR_DATA_INFO" desc="Information text about clear data options."> + Clear your browsing data from this computer. Be aware that this may adversely affect the contents of the New Tab Page. + </message> <message name="IDS_OPTIONS_CLEAR_DATA_BUTTON" desc="Label for the Clear data button."> Clear browsing data... </message> |