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

Unified Diff: components/autofill_strings.grdp

Issue 2531223003: Expanded Autofill Credit Card Popup Layout Experiment in Android. (Closed)
Patch Set: Adds clarification for SkColor Created 4 years, 1 month 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: components/autofill_strings.grdp
diff --git a/components/autofill_strings.grdp b/components/autofill_strings.grdp
index 533b43e26824ab59252de80e3c554cbb3e9b0bf6..2becbc0be9854e91969639fcb067ce659f94aa15 100644
--- a/components/autofill_strings.grdp
+++ b/components/autofill_strings.grdp
@@ -151,6 +151,21 @@
</message>
</if>
+ <if expr="_google_chrome">
+ <message name="IDS_AUTOFILL_CREDIT_CARD_OPTIONS_POPUP" desc="The label of the text displayed in the Autofill Credit Card popup to direct the user to the Autofill settings UI.">
+ Chrome Autofill settings...
Mathieu 2016/11/30 21:27:35 Make sure to update these :)
csashi 2016/12/01 01:13:43 This was intentional. That way we can change to "A
+ </message>
+ </if>
+ <if expr="not _google_chrome">
+ <message name="IDS_AUTOFILL_CREDIT_CARD_OPTIONS_POPUP" desc="The label of the text displayed in the Autofill Credit Card popup to direct the user to the Autofill settings UI.">
+ Chromium Autofill settings...
+ </message>
+ </if>
+
+ <message name="IDS_AUTOFILL_CREDIT_CARD_EXPIRATION_DATE_LABEL" desc="The label of the text displayed in the Autofill Credit Card popup before the credit card expiration date.">
+ exp
Mathieu 2016/11/30 21:27:35 should we use a format string that includes the ac
csashi 2016/12/01 01:13:43 Done.
+ </message>
+
<message name="IDS_AUTOFILL_OPTIONS_CONTENT_DESCRIPTION" desc="The text verbalised by a screen reader for the button that directs the user to the Autofill settings UI. This string is not displayed.">
settings
</message>

Powered by Google App Engine
This is Rietveld 408576698