diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-02 00:56:22 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-02 00:56:22 +0000 |
commit | 8fcf88422bb276ff9cbaef522667667ddf50b21c (patch) | |
tree | 24de11d295951cbec2ffce80d11a2bdae4d57428 | |
parent | 0e8eabb0f29f0efb24559a51cf9b0c89dbac903d (diff) | |
download | chromium_src-8fcf88422bb276ff9cbaef522667667ddf50b21c.zip chromium_src-8fcf88422bb276ff9cbaef522667667ddf50b21c.tar.gz chromium_src-8fcf88422bb276ff9cbaef522667667ddf50b21c.tar.bz2 |
Fix the case of AutoFill in the UI: Autofill -> AutoFill.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/661329
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40332 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/app/generated_resources.grd | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 9bb123f..6ba6970 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -5050,26 +5050,26 @@ Keep your key file in a safe place. You will need it to create new versions of y </if> <if expr="pp_ifdef('use_titlecase') and os == 'linux2'"> <message name="IDS_AUTOFILL_SETTING_WINDOWS_GROUP_NAME" desc="In Title Case and without trailing colon: The title of the form autofill group"> - Form Autofill + Form AutoFill </message> </if> <message name="IDS_OPTIONS_AUTOFILL_ENABLE" desc="The label of the 'Ask me to enable autofill' radio button"> - Enable Autofill to fill in web forms with a single click + Enable AutoFill to fill in web forms with a single click </message> <message name="IDS_OPTIONS_AUTOFILL_DISABLE" desc="The label of the 'Disable autofill' radio button"> - Disable Autofill + Disable AutoFill </message> <message name="IDS_OPTIONS_AUTOFILL_SETTINGS" desc="The label of the 'Change autofill settings' button"> - Change autofill settings + Change AutoFill settings </message> <message name="IDS_AUTOFILL_INFOBAR_ACCEPT" desc="Text to show for the autofill request infobar accept button."> - Set up Autofill... + Set up AutoFill... </message> <message name="IDS_AUTOFILL_INFOBAR_DENY" desc="Text to show for the autofill request infobar deny button."> Nope </message> <message name="IDS_AUTOFILL_DIALOG_TITLE" desc="The title of the AutoFill dialog."> - Autofill Profiles + AutoFill Profiles </message> <message name="IDS_AUTOFILL_ADDRESSES_GROUP_NAME" desc="The name of the Addresses group of the AutoFill dialog."> Addresses |