diff options
author | dvh@chromium.org <dvh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-01 05:12:18 +0000 |
---|---|---|
committer | dvh@chromium.org <dvh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-01 05:12:18 +0000 |
commit | 7e7ee14307744fe8d46fe3942209ff220329663e (patch) | |
tree | 6c6b3440615bb31522cdc77ea859f512ded8f523 /chrome/app | |
parent | a061be54095bdde4f15a7ebfd32e594472894ccc (diff) | |
download | chromium_src-7e7ee14307744fe8d46fe3942209ff220329663e.zip chromium_src-7e7ee14307744fe8d46fe3942209ff220329663e.tar.gz chromium_src-7e7ee14307744fe8d46fe3942209ff220329663e.tar.bz2 |
Adds a confirmation dialog when the user delete an app/extension because it's a non-cancellable action.
BUG=263432
Review URL: https://chromiumcodereview.appspot.com/20111002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@214956 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 d680fe0..b691d95 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -5568,6 +5568,18 @@ Make sure you do not expose any sensitive information. <message name="IDS_APPS_DEVTOOL_UPDATING" desc="Text for the word 'Updateing...' when the user clicked on 'Update Now'."> Updating... </message> + <message name="IDS_APPS_DEVTOOL_DELETE_CONFIRMATION_BUTTON" desc="Text of the delete button in the apps/extension delete confirmation dialog."> + Delete + </message> + <message name="IDS_APPS_DEVTOOL_DELETE_CONFIRMATION_TITLE" desc="Text of the title of the apps/extension delete confirmation dialog."> + Delete + </message> + <message name="IDS_APPS_DEVTOOL_DELETE_CONFIRMATION_MESSAGE_APP" desc="Text of the message of the apps/extension delete confirmation dialog in case the user is deleting an app."> + Do you really want to delete this application? + </message> + <message name="IDS_APPS_DEVTOOL_DELETE_CONFIRMATION_MESSAGE_EXTENSION" desc="Text of the message of the apps/extension delete confirmation dialog in case the user is deleting an extension."> + Do you really want to delete this extension? + </message> <message name="IDS_EXTENSIONS_NONE_INSTALLED_SUGGEST_GALLERY" desc="Text on next line after IDS_EXTENSIONS_NONE_INSTALLED that suggests the user look in the gallery for extensions to install."> Want to <ph name="BEGIN_LINK"><a target="_blank" href="$1"></ph>browse the gallery<ph name="END_LINK"></a><ex></a></ex></ph> instead? </message> |