diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-08 22:34:38 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-08 22:34:38 +0000 |
commit | cf8ebbba224c7d01170a46d81b3feda976298b67 (patch) | |
tree | 3ab819a18e818d03820c43f676de1ea3b0f997f2 /chrome/app | |
parent | 6d11e40470ab1574c8a2a85389a281a5436e8263 (diff) | |
download | chromium_src-cf8ebbba224c7d01170a46d81b3feda976298b67.zip chromium_src-cf8ebbba224c7d01170a46d81b3feda976298b67.tar.gz chromium_src-cf8ebbba224c7d01170a46d81b3feda976298b67.tar.bz2 |
Add "save credit card info?" infobar for Autofill.
BUG=http://crbug.com/48114
TEST=none (depends on bug 47428)
Review URL: http://codereview.chromium.org/2949002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51908 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 32d576b..9bd6398 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -5650,8 +5650,8 @@ Keep your key file in a safe place. You will need it to create new versions of y 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 @@ Keep your key file in a safe place. You will need it to create new versions of y <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> |