Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4627)

Unified Diff: chrome/app/generated_resources.grd

Issue 2949002: Add "save credit card info?" infobar for Autofill.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/app/generated_resources.grd
===================================================================
--- chrome/app/generated_resources.grd (revision 51878)
+++ chrome/app/generated_resources.grd (working copy)
@@ -5650,8 +5650,8 @@
Form AutoFill
</message>
</if>
- <message name="IDS_AUTOFILL_INFOBAR_TEXT" desc="Text to show in the AutoFill request infobar.">
- AutoFill will use this information to fill in forms with a single click.
+ <message name="IDS_AUTOFILL_CC_INFOBAR_TEXT" desc="Text to show in the AutoFill credit card request infobar.">
+ Do you want Chrome to save this credit card information for completing web forms?
</message>
<message name="IDS_OPTIONS_AUTOFILL_ENABLE" desc="The label of the 'Ask me to enable AutoFill' radio button">
Enable AutoFill to make it easier to fill in forms
@@ -5659,15 +5659,18 @@
<message name="IDS_OPTIONS_AUTOFILL_DISABLE" desc="The label of the 'Disable AutoFill' radio button">
Disable AutoFill
</message>
- <message name="IDS_AUTOFILL_INFOBAR_ACCEPT" desc="Text to show for the AutoFill request infobar accept button.">
- Configure...
+ <message name="IDS_AUTOFILL_CC_INFOBAR_ACCEPT" desc="Text to show for the AutoFill credit card request infobar accept button.">
+ Save info
</message>
- <message name="IDS_AUTOFILL_INFOBAR_DENY" desc="Text to show for the AutoFill request infobar deny button.">
- Disable AutoFill
+ <message name="IDS_AUTOFILL_CC_INFOBAR_DENY" desc="Text to show for the AutoFill credit card request infobar deny button.">
+ Don't save
</message>
<message name="IDS_AUTOFILL_LEARN_MORE" desc="Text to show for the AutoFill Learn more link.">
Learn more
</message>
+ <message name="IDS_AUTOFILL_CC_LEARN_MORE" desc="Text to show for the AutoFill credit card request infobar Learn more link.">
+ Learn more
+ </message>
<message name="IDS_AUTOFILL_CLEAR_FORM_MENU_ITEM" desc="The entry in the suggestions dropdown that clears an auto-filled form.">
Clear form
</message>

Powered by Google App Engine
This is Rietveld 408576698