Chromium Code Reviews| 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> |