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

Unified Diff: chrome/app/settings_strings.grdp

Issue 1992043002: Add context menus in md-setting for the address and credit card lists. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@populate-autofill.gitbr
Patch Set: Created 4 years, 7 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/settings_strings.grdp
diff --git a/chrome/app/settings_strings.grdp b/chrome/app/settings_strings.grdp
index b742b96aa6b3867c1dbd715addb4322935d3a762..8dc15ce533313329a0d74d57ebd0c9b790f13459 100644
--- a/chrome/app/settings_strings.grdp
+++ b/chrome/app/settings_strings.grdp
@@ -181,6 +181,24 @@
<message name="IDS_SETTINGS_AUTOFILL_DETAIL" desc="Description of what toggling the 'Autofill' setting does. Immediately underneath IDS_SETTINGS_AUTOFILL">
Enable Autofill to fill out forms in a single click
</message>
+ <message name="IDS_SETTINGS_ADDRESS_MENU" desc="Label for a button shows options available for this address item. Available options should be 'Edit' and 'Remove'">
tommycli 2016/05/18 23:29:20 Can these strings be consolidated with the IDS_SET
hcarmona 2016/05/20 20:18:58 The words are the same in English, they may be dif
+ Menu
+ </message>
+ <message name="IDS_SETTINGS_ADDRESS_EDIT" desc="Label for a menu item that shows a dialog with edit options for an address.">
+ Edit
+ </message>
+ <message name="IDS_SETTINGS_ADDRESS_REMOVE" desc="Label for a menu item that removes a saved address.">
+ Remove
+ </message>
+ <message name="IDS_SETTINGS_CREDIT_CARD_MENU" desc="Label for a button shows options available for this address item. Available options should be 'Edit' and 'Remove'">
+ Menu
+ </message>
+ <message name="IDS_SETTINGS_CREDIT_CARD_EDIT" desc="Label for a menu item that shows a dialog with edit options for a password.">
+ Edit
+ </message>
+ <message name="IDS_SETTINGS_CREDIT_CARD_REMOVE" desc="Label for a menu item that removes a saved password.">
+ Remove
+ </message>
<message name="IDS_SETTINGS_PASSWORDS" desc="Name for the password section and toggle">
Manage passwords
</message>

Powered by Google App Engine
This is Rietveld 408576698