diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-31 18:16:42 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-31 18:16:42 +0000 |
commit | 3d007204dffd901b2d11f7e2ae3a27264a83da32 (patch) | |
tree | 2929900bc06c9d7c8ee9131ae6a48aab329f645d /chrome | |
parent | f8e1bb408219c65b5ce42099fbd81b0a7e91be24 (diff) | |
download | chromium_src-3d007204dffd901b2d11f7e2ae3a27264a83da32.zip chromium_src-3d007204dffd901b2d11f7e2ae3a27264a83da32.tar.gz chromium_src-3d007204dffd901b2d11f7e2ae3a27264a83da32.tar.bz2 |
views: Fix string issues in Autofill profile dialog box.
BUG=36601
TEST=None
Patch from Thiago Farina <thiago.farina@gmail.com>
Review URL: http://codereview.chromium.org/1599004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43239 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/app/generated_resources.grd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 907973b..4d13069 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -5525,7 +5525,7 @@ Keep your key file in a safe place. You will need it to create new versions of y Billing address </message> <message name="IDS_AUTOFILL_DIALOG_SHIPPING_ADDRESS" desc="The label of the Shipping address entry."> - Shippping + Shipping </message> <message name="IDS_AUTOFILL_DIALOG_CHOOSE_EXISTING_ADDRESS" desc="The label of the Choose existing address entry."> Choose existing address |