diff options
author | vasilii@chromium.org <vasilii@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-31 15:30:34 +0000 |
---|---|---|
committer | vasilii@chromium.org <vasilii@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-31 15:30:34 +0000 |
commit | fbb66b57a3ab9e9f6e4db5aede5731d8defe4774 (patch) | |
tree | 2e4005ba275fc71a4e2fefe9243af6427f6441a2 /chrome/app | |
parent | eaebc38eea8fe17e9de5af0afcd701223fb1a126 (diff) | |
download | chromium_src-fbb66b57a3ab9e9f6e4db5aede5731d8defe4774.zip chromium_src-fbb66b57a3ab9e9f6e4db5aede5731d8defe4774.tar.gz chromium_src-fbb66b57a3ab9e9f6e4db5aede5731d8defe4774.tar.bz2 |
Profile Reset: new strings
BUG=235037
R=battre@chromium.org
Review URL: https://codereview.chromium.org/21281003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@214748 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index d41eded..e90cf28 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -15716,25 +15716,25 @@ Do you accept? <!-- Reset Profile Settings strings --> <message name="IDS_RESET_PROFILE_SETTINGS_SECTION_TITLE" desc="The title of the section in chrome://settings that allows resetting some settings in a profile"> - Reset + Reset browser settings </message> <message name="IDS_RESET_PROFILE_SETTINGS_DESCRIPTION" desc="A label describing the purpose of the 'reset profile settings' feature"> - Things got out of control? Revert your Chrome profile to a clean, post install state. + Restore browser settings to their original defaults. </message> <message name="IDS_RESET_PROFILE_SETTINGS_EXPLANATION" desc="A label describing the consequences of the 'reset profile settings' feature"> - Your browser settings will be restored to their original defaults. This will reset your homepage, new tab page, and search engine, disable your extensions and clear your cookies, content settings and site data. + Your browser settings will be restored to their original defaults. This will reset your homepage, new tab page and search engine, disable your extensions and unpin all tabs. It will also clear other temporary and cached data, such as cookies, content and site data. </message> <message name="IDS_RESET_PROFILE_SETTINGS_BUTTON" desc="The text on the button in chrome://settings that allows resetting some settings in a profile"> - Reset profile settings... + Reset browser settings </message> <message name="IDS_RESET_PROFILE_SETTINGS_TITLE" desc="Dialog title"> - Reset profile settings + Reset browser settings </message> <message name="IDS_RESET_PROFILE_SETTINGS_COMMIT_BUTTON" desc="Reset button of the Reset Profile Settings dialog"> Reset </message> <message name="IDS_RESET_PROFILE_SETTINGS_FEEDBACK" desc="Feedback label in the Reset Profile Settings dialog"> - Help protect Chrome users by sharing current settings with Google + Help make Google Chrome better by reporting the current settings </message> <!-- Identity internals strings --> |