diff options
author | kuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-17 13:24:57 +0000 |
---|---|---|
committer | kuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-17 13:24:57 +0000 |
commit | 4df8786fcd6334d4f5f92350a8297135149aabae (patch) | |
tree | c373e3afb8ec9104547ee873019ce0be920b14a5 /chrome/app/google_chrome_strings.grd | |
parent | 7d280cb1adf9c8e66ef8f9c97e8b633b0eac37e0 (diff) | |
download | chromium_src-4df8786fcd6334d4f5f92350a8297135149aabae.zip chromium_src-4df8786fcd6334d4f5f92350a8297135149aabae.tar.gz chromium_src-4df8786fcd6334d4f5f92350a8297135149aabae.tar.bz2 |
On uninstall ask whether to delete profile.
BUG=8431
Review URL: http://codereview.chromium.org/62097
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13926 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/google_chrome_strings.grd')
-rw-r--r-- | chrome/app/google_chrome_strings.grd | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd index 6b49c85..5dac76d 100644 --- a/chrome/app/google_chrome_strings.grd +++ b/chrome/app/google_chrome_strings.grd @@ -241,7 +241,7 @@ Chrome supports. --> Please close all Chrome windows and try again. </message> <message name="IDS_UNINSTALL_VERIFY" desc="Message to confirm user wants to uninstall"> - Are you sure you want to uninstall Google Chrome? (Was it something we said?) + Are you sure you want to uninstall Google Chrome? </message> <message name="IDS_UNINSTALL_CHROME" desc="The text of the shortcut in the Start Menu for uninstalling chrome."> Uninstall Google Chrome @@ -379,6 +379,9 @@ Chrome supports. --> <message name="IDS_SHORTCUT_TOOLTIP" desc="Text for the hover-on tooltip for the Google Chrome shortcuts."> Access the Internet </message> + <message name="IDS_UNINSTALL_DELETE_PROFILE" desc="Text to show user to ask whether to delete all the profile data also during uninstallation."> + Delete all profile data + </message> </messages> </release> </grit> |