diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-22 22:24:10 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-22 22:24:10 +0000 |
commit | 4eec20fca634944de02ed0f1cbc9f01c7fe8b27f (patch) | |
tree | 385f13fbff8d59f9012bcfb3a6a29a15525969e8 /chrome/app | |
parent | 07ffea0d71a2af4ee8434ca3abb57ac2a67a0cce (diff) | |
download | chromium_src-4eec20fca634944de02ed0f1cbc9f01c7fe8b27f.zip chromium_src-4eec20fca634944de02ed0f1cbc9f01c7fe8b27f.tar.gz chromium_src-4eec20fca634944de02ed0f1cbc9f01c7fe8b27f.tar.bz2 |
DOMUI: Implement the new-style Autofill options page.
BUG=59281
TEST=none
Review URL: http://codereview.chromium.org/6034005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69989 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 814bf0f..8710f5b 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -7023,10 +7023,10 @@ Keep your key file in a safe place. You will need it to create new versions of y Credit Cards </message> <message name="IDS_AUTOFILL_ADD_ADDRESS_BUTTON" desc="The label of the button that adds a new Autofill address."> - Add address... + Add new street address... </message> <message name="IDS_AUTOFILL_ADD_CREDITCARD_BUTTON" desc="The label of the button that adds a new Autofill credit card."> - Add credit card... + Add new credit card... </message> <message name="IDS_AUTOFILL_EDIT_BUTTON" desc="Text of the edit button in the Autofill editor"> |