Chromium Code Reviews| 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> |