diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-14 21:38:09 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-14 21:38:09 +0000 |
commit | ffa8af6283117b9265f10f58432823d60b98b181 (patch) | |
tree | 301e98c9639b7e052c5c9ee580f5ffab14752b04 /chrome/app | |
parent | 93b9bdf3bfc791749189008b8067020198c114cc (diff) | |
download | chromium_src-ffa8af6283117b9265f10f58432823d60b98b181.zip chromium_src-ffa8af6283117b9265f10f58432823d60b98b181.tar.gz chromium_src-ffa8af6283117b9265f10f58432823d60b98b181.tar.bz2 |
Options: Use an edit button for Autofill profile list.
The previous solution was to activate the editor when the user double-clicked
a profile list item.
BUG=70294
TEST=none
R=csilv@chromium.org
Review URL: http://codereview.chromium.org/7886030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101165 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 98d4421..a0d41e8 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -7817,6 +7817,9 @@ Keep your key file in a safe place. You will need it to create new versions of y <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_EDIT_PROFILE_BUTTON" desc="The label of the button that edits the currently selected Autofill profile."> + Edit... + </message> <if expr="not pp_ifdef('use_titlecase')"> <message name="IDS_OPTIONS_MANAGE_AUTOFILL_SETTINGS" desc="The label of the 'Manage Autofill settings' button"> Manage Autofill settings... |