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 e330f5d1c31e2cdbc1907ea5f98474b984ca7d21..2ce6e29550f0b876e0878de4e64652fe136a33d2 100644 |
| --- a/chrome/android/java/strings/android_chrome_strings.grd |
| +++ b/chrome/android/java/strings/android_chrome_strings.grd |
| @@ -1019,11 +1019,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 desc="Text for button that confirms the credit card CVC entry dialog." name="IDS_CARD_UNMASK_CONFIRM_BUTTON"> |
|
newt (away)
2015/02/13 18:31:11
nit: put the name before the desc
Evan Stade
2015/02/13 22:55:12
Done.
|
| + Verify |
| + </message> |
| + <message desc="Hint text for an input field containing the user's credit card CVC (card verification code)." name="IDS_CARD_UNMASK_INPUT_HINT"> |
| + CVC |
| + </message> |
| + <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_STORE_LOCALLY_CHECKBOX" 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 18:31:11
maybe "IDS_CARD_UNMASK_PROMPT_STORE_LOCALLY"
newt (away)
2015/02/13 18:31:12
s/card/credit card
Evan Stade
2015/02/13 22:55:12
removed _CHECKBOX
Evan Stade
2015/02/13 22:55:12
is it ok if I leave it at card for consistency wit
|
| + Don't ask again for this card |
| + </message> |
| + |
| </messages> |
| </release> |
| </grit> |