diff options
Diffstat (limited to 'components/autofill_strings.grdp')
-rw-r--r-- | components/autofill_strings.grdp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/components/autofill_strings.grdp b/components/autofill_strings.grdp index f8e5332..9e1db3f 100644 --- a/components/autofill_strings.grdp +++ b/components/autofill_strings.grdp @@ -110,4 +110,11 @@ This type of card is not supported by Google Wallet for this merchant. Please select a different card. </message> + <!-- Autofill on OSX --> + <if expr="is_macosx"> + <message name="IDS_AUTOFILL_ACCESS_MAC_CONTACTS" desc="When the user selects this Autofill entry, the browser prompts the user for access to the user's OSX contacts."> + Enable Autofill using Contacts… + </message> + </if> + </grit-part> |