summaryrefslogtreecommitdiffstats
path: root/components/autofill_strings.grdp
diff options
context:
space:
mode:
authorestade <estade@chromium.org>2015-05-18 13:51:13 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-18 20:51:42 +0000
commitc806c71f4a9e704d40b14df026a6ebfa0c2fcac1 (patch)
treebf2c3fd0c6d0d231e925273e35ec743b4e772583 /components/autofill_strings.grdp
parentb7931b4dec4529327e5c3a51bf59ece6a39e0dbe (diff)
downloadchromium_src-c806c71f4a9e704d40b14df026a6ebfa0c2fcac1.zip
chromium_src-c806c71f4a9e704d40b14df026a6ebfa0c2fcac1.tar.gz
chromium_src-c806c71f4a9e704d40b14df026a6ebfa0c2fcac1.tar.bz2
Autofill item deletion on android
You can now delete things by long pressing suggestions in the dropdown (assuming it's the right kind of suggestion). BUG=486153 Review URL: https://codereview.chromium.org/1134793004 Cr-Commit-Position: refs/heads/master@{#330413}
Diffstat (limited to 'components/autofill_strings.grdp')
-rw-r--r--components/autofill_strings.grdp9
1 files changed, 9 insertions, 0 deletions
diff --git a/components/autofill_strings.grdp b/components/autofill_strings.grdp
index 70dd8ad..701afad 100644
--- a/components/autofill_strings.grdp
+++ b/components/autofill_strings.grdp
@@ -10,6 +10,15 @@
<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_DELETE_AUTOCOMPLETE_SUGGESTION_CONFIRMATION_BODY" desc="Text in a dialog to confirm that the user wants to delete an autocomplete form history suggestion.">
+ Remove form suggestion from Chrome?
+ </message>
+ <message name="IDS_AUTOFILL_DELETE_CREDIT_CARD_SUGGESTION_CONFIRMATION_BODY" desc="Text in a dialog to confirm that the user wants to delete a credit card from Chrome Autofill.">
+ Remove credit card from Chrome?
+ </message>
+ <message name="IDS_AUTOFILL_DELETE_PROFILE_SUGGESTION_CONFIRMATION_BODY" desc="Text in a dialog to confirm that the user wants to delete an address from Chrome Autofill.">
+ Remove address from Chrome?
+ </message>
<message name="IDS_AUTOFILL_CC_AMEX" desc="Full American Express credit card name.">
American Express
</message>