diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-07 02:36:43 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-07 02:36:43 +0000 |
commit | 9ffc3de1ba01507a66a48125c9c46916e7becad5 (patch) | |
tree | 3d0aa5c0d974db6e5b89c0ad132d38b73f4993ac /chrome/app | |
parent | f8b079c3c5e9691780d9ff8be2e1c2f5c68dc17e (diff) | |
download | chromium_src-9ffc3de1ba01507a66a48125c9c46916e7becad5.zip chromium_src-9ffc3de1ba01507a66a48125c9c46916e7becad5.tar.gz chromium_src-9ffc3de1ba01507a66a48125c9c46916e7becad5.tar.bz2 |
gtk: Add the 'Learn more' link to the AutoFill dialog.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/1622009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43803 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-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 2212477..f6b8c1a 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -5524,7 +5524,7 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_AUTOFILL_INFOBAR_DENY" desc="Text to show for the autofill request infobar deny button."> Nope </message> - <message name="IDS_AUTOFILL_INFOBAR_LEARN_MORE" desc="Text to show for the autofill request infobar Learn more link."> + <message name="IDS_AUTOFILL_LEARN_MORE" desc="Text to show for the autofill Learn more link."> Learn more </message> <message name="IDS_AUTOFILL_DIALOG_TITLE" desc="The title of the AutoFill dialog."> |