Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2913)

Unified Diff: chrome/app/generated_resources.grd

Issue 155291: Adding a message box to confirm if the user really wants to delete all stored... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/app/generated_resources.grd
===================================================================
--- chrome/app/generated_resources.grd (revision 20464)
+++ chrome/app/generated_resources.grd (working copy)
@@ -2162,6 +2162,12 @@
<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 @@
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
@@ -3900,6 +3914,9 @@
<message name="IDS_BOOKMARK_TABLE_URL" desc="Title of the column in bookmark table showing the url of the bookmark.">
URL
</message>
+ <message name="IDS_BOOKMARK_TABLE_DATE" desc="Title of the column in bookmark table showing the date added of the bookmark.">
+ Date added
+ </message>
<message name="IDS_BOOKMARK_TABLE_PATH" desc="Title of the column in bookmark table showing the path in the bookmark bar of the node.">
Folder
</message>
« no previous file with comments | « no previous file | chrome/browser/views/confirm_message_box_dialog.h » ('j') | chrome/browser/views/options/passwords_page_view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698