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

Unified Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 915173011: Add store-locally checkbox to Android card unmasking prompt. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: capitalization fail Created 5 years, 10 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/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>

Powered by Google App Engine
This is Rietveld 408576698