diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-14 21:08:36 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-14 21:08:36 +0000 |
commit | a227d09341e83f31f59383023a4031207539c0fc (patch) | |
tree | ece810f6c18505d35ce532c489d02aebd257553f /chrome/app/generated_resources.grd | |
parent | 433475fdc35bd6c904405e1451d1b351c41e81d7 (diff) | |
download | chromium_src-a227d09341e83f31f59383023a4031207539c0fc.zip chromium_src-a227d09341e83f31f59383023a4031207539c0fc.tar.gz chromium_src-a227d09341e83f31f59383023a4031207539c0fc.tar.bz2 |
Adding a message box to confirm if the user really wants to delete all stored
passwords.
Original CL: http://codereview.chromium.org/155291
Patch contributed by: thiago.farina@gmail.com
Review URL: http://codereview.chromium.org/155513
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20658 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/generated_resources.grd')
-rw-r--r-- | chrome/app/generated_resources.grd | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index fd6579c..c5813bf 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -2162,6 +2162,12 @@ each locale. --> <message name="IDS_PASSWORDS_PAGE_VIEW_REMOVE_ALL_BUTTON" desc="Passwords page view's 'Remove all' button text"> Remove All </message> + <message name="IDS_PASSWORDS_PAGE_VIEW_TEXT_DELETE_ALL_PASSWORDS" desc ="Passwords page view's confirmation message before removing all stored passwords"> + Are you sure you want to remove all passwords? + </message> + <message name="IDS_PASSWORDS_PAGE_VIEW_CAPTION_DELETE_ALL_PASSWORDS" desc="Passwords page view's remove all confirmation message box window title"> + Remove all passwords + </message> <message name="IDS_PASSWORDS_PAGE_VIEW_SHOW_BUTTON" desc="Text for passwords page view's button to show a stored password"> Show password </message> @@ -2175,6 +2181,14 @@ each locale. --> Remove All </message> + <!-- Confirm MessageBox Dialog --> + <message name="IDS_CONFIRM_MESSAGEBOX_YES_BUTTON_LABEL" desc="Confirm MessageBox Dialog's 'Yes' button text"> + Yes + </message> + <message name="IDS_CONFIRM_MESSAGEBOX_NO_BUTTON_LABEL" desc="Confirm MessageBox Dialog's 'No' button text"> + No + </message> + <!-- Password Manager --> <message name="IDS_PASSWORD_MANAGER_SAVE_BUTTON" desc="Save button text for password manager"> Save password |