| Index: chrome/app/settings_strings.grdp
|
| diff --git a/chrome/app/settings_strings.grdp b/chrome/app/settings_strings.grdp
|
| index 5086b293b70b5cbf474bb59300d949086e5dfcbe..3c0b7800d8ebd05e6dd145f94db9c757c8ebd5fa 100644
|
| --- a/chrome/app/settings_strings.grdp
|
| +++ b/chrome/app/settings_strings.grdp
|
| @@ -155,6 +155,24 @@
|
| <message name="IDS_SETTINGS_AUTOFILL" desc="Name for the autofill section and toggle.">
|
| Autofill settings
|
| </message>
|
| + <message name="IDS_SETTINGS_AUTOFILL_ADDRESSES_HEADING" desc="Title for the list of addresses that chrome has saved for use in filling in forms.">
|
| + Addresses
|
| + </message>
|
| + <message name="IDS_SETTINGS_AUTOFILL_ADD_ADDRESS_BUTTON" desc="Label for a button that allows a user to enter a new address that can be used to fill in forms.">
|
| + Add address
|
| + </message>
|
| + <message name="IDS_SETTINGS_AUTOFILL_CREDIT_CARD_HEADING" desc="Title for the list of saved passwords that can be used to fill in forms.">
|
| + Credit cards
|
| + </message>
|
| + <message name="IDS_SETTINGS_AUTOFILL_ADD_CREDIT_CARD_BUTTON" desc="Label for a button that allows a user to enter new credit card information that can be used to fill in forms.">
|
| + Add credit card
|
| + </message>
|
| + <message name="IDS_SETTINGS_AUTOFILL_CREDIT_CARD_TYPE_COLUMN_LABEL" desc="Label for the column containing the type of credit card that is saved. The type is in the format: `Visa ****1234`.">
|
| + Type
|
| + </message>
|
| + <message name="IDS_SETTINGS_AUTOFILL_CREDIT_CARD_EXPIRATION_COLUMN_LABEL" desc="Label for the heading containing the expiration date for the credit card that has been saved.">
|
| + Expiration date
|
| + </message>
|
| <message name="IDS_SETTINGS_AUTOFILL_DETAIL" desc="Description of what toggling the 'Autofill' setting does. Immediately underneath IDS_SETTINGS_AUTOFILL">
|
| Enable Autofill to fill out forms in a single click
|
| </message>
|
| @@ -195,7 +213,7 @@
|
| Password
|
| </message>
|
| <message name="IDS_SETTINGS_PASSWORDS_MANAGE_PASSWORDS" desc="Shown in the passwords section of settings. Descriptive text to inform that passwords can be accessed online. Has a link.">
|
| - Access your passwords from any device at <ph name="BEGIN_LINK"><a href="$1" target="_blank"></ph>passwords.google.com<ph name="END_LINK"></a></ph>
|
| + Access your passwords from any device at <ph name="BEGIN_LINK"><a is="action-link" href="$1" target="_blank"></ph>passwords.google.com<ph name="END_LINK"></a></ph>
|
| </message>
|
|
|
| <!-- Default Browser Page -->
|
|
|