Chromium Code Reviews| Index: chrome/app/generated_resources.grd |
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
| index 2ce025a65aee48b0ffdf50e64c04a5ba0ebf0b80..dfc9eaf178a68f007c87e0add60cae3e0364f200 100644 |
| --- a/chrome/app/generated_resources.grd |
| +++ b/chrome/app/generated_resources.grd |
| @@ -11201,9 +11201,12 @@ Chrome ran out of memory. |
| <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_INSTRUCTIONS_EXPIRED_AMEX" desc="Text explaining what the user should do in the card unmasking dialog to update an expired amex card."> |
| Enter the expiration date and 4-digit CVC from the front of your card |
| </message> |
| - <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_STORAGE_CHECKBOX" desc="Text for checkbox in card unmasking dialog that allows user to store a Wallet card on their local device. If checked, the dialog won't show up again for the given credit card."> |
| + <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_STORAGE_CHECKBOX" desc="Text for checkbox in card unmasking dialog that allows user to store a Wallet card on their local device. If checked, the dialog won't show up again for the given credit card." formatter_data="android_java"> |
| Don't ask again for this card |
| </message> |
| + <message name="IDS_CARD_UNMASK_CONFIRM_BUTTON" desc="Text for button that confirms the credit card CVC entry dialog." formatter_data="android_java"> |
|
newt (away)
2015/03/07 00:40:54
Is this also used in C++ code? If not, I'd keep it
Evan Stade
2015/03/07 00:55:12
yes, it's not used yet but it will be.
|
| + Verify |
| + </message> |
| <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_ERROR_TRY_AGAIN" desc="Error message that encourages the user to try to re-enter their credit card CVC after a previous failed attempt."> |
| There was a problem verifying your card. Check your information and try again. |
| </message> |