Chromium Code Reviews| Index: chrome/android/java/strings/android_chrome_strings.grd |
| diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd |
| index 02249e105280395fb4df642cdaf74905c2149168..41dcf490285c07dc818b1e0cc340d30e5e59313f 100644 |
| --- a/chrome/android/java/strings/android_chrome_strings.grd |
| +++ b/chrome/android/java/strings/android_chrome_strings.grd |
| @@ -1088,11 +1088,23 @@ Drag from top to exit. |
| <message name="IDS_OMA_DOWNLOAD_DESCRIPTION_LABEL" desc="A text label to display the description of the OMA download."> |
| Description: |
| </message> |
| - |
| + |
| <!-- Document mode strings --> |
| <message name="IDS_CLOSE_ALL_INCOGNITO_NOTIFICATION" desc="Message on the notification that closes all incognito tabs in document mode"> |
| Close all incognito tabs |
| </message> |
| + |
| + <!-- Autofill/Wallet integration prompt --> |
| + <message name="IDS_CARD_UNMASK_CONFIRM_BUTTON" desc="Text for button that confirms the credit card CVC entry dialog."> |
| + Verify |
| + </message> |
| + <message name="IDS_CARD_UNMASK_INPUT_HINT" desc="Hint text for an input field containing the user's credit card CVC (card verification code)."> |
| + CVC |
| + </message> |
| + <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_STORE_LOCALLY" desc="Checkbox text that permits a user to skip past this dialog next time this card is used on this device."> |
|
newt (away)
2015/02/13 23:31:52
I meant just changing the description to say "cred
Evan Stade
2015/02/13 23:42:07
Done.
|
| + Don't ask again for this card |
| + </message> |
| + |
| </messages> |
| </release> |
| </grit> |