Chromium Code Reviews| Index: components/autofill_strings.grdp |
| diff --git a/components/autofill_strings.grdp b/components/autofill_strings.grdp |
| index ab8667f35e733aad6bb52a0c8a74eba5cd400d2d..6d6e5e76275a43687f0bff8c197198ef6905075b 100644 |
| --- a/components/autofill_strings.grdp |
| +++ b/components/autofill_strings.grdp |
| @@ -20,6 +20,9 @@ |
| <message name="IDS_AUTOFILL_WARNING_INSECURE_CONNECTION" desc="Warning text to show when credit card autofill is disabled because the website is not using a secure connection."> |
| Automatic credit card filling is disabled because this form does not use a secure connection. |
| </message> |
| + <message name="IDS_AUTOFILL_CREDIT_CARD_HTTP_WARNING_MESSAGE" desc="Chrome can help the user fill credit card web forms by showing a pop-up with text suggestions next to a focused credit card text field. If the form is on an insecure site(e.g., http://), this text is shown on top of those suggestions."> |
| + Payment not secure |
| + </message> |
| <message name="IDS_AUTOFILL_CREDIT_CARD_SIGNIN_PROMO" desc="Promo text shown alongside credit card suggestions to get people to sign in."> |
| To use cards from your Google Account, sign in to Chrome |
| </message> |
| @@ -174,6 +177,10 @@ |
| Use password for: |
| </message> |
| + <message name="IDS_AUTOFILL_PASSWORD_HTTP_WARNING_MESSAGE" desc="Chrome can help the user fill password web forms by showing a pop-up with text suggestions next to a focused password text field. If the form is on an insecure site(e.g., http://), this text is shown on top of those suggestions."> |
|
Mathieu
2016/11/07 14:32:27
nit: missing a space in "site(e.g.,"
lshang
2016/11/08 06:00:58
Done.
|
| + Login not secure |
| + </message> |
| + |
| <!-- Autofill Credit Card Assisted Filling Infobar --> |
| <if expr="is_android"> |
| <message name="IDS_AUTOFILL_CREDIT_CARD_FILLING_INFOBAR_TITLE" desc="Title text for the Autofill Credit Card Assisted Filling Infobar"> |