diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-09 23:49:17 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-09 23:49:17 +0000 |
commit | 443f856cef514cbfd1a17d486f66c3d3530946c5 (patch) | |
tree | cafae17b3b043f4c913b7bcebbd4c83efdf649f5 /chrome | |
parent | 2b0693fee3d1211723b461b9adb78a49d00699cc (diff) | |
download | chromium_src-443f856cef514cbfd1a17d486f66c3d3530946c5.zip chromium_src-443f856cef514cbfd1a17d486f66c3d3530946c5.tar.gz chromium_src-443f856cef514cbfd1a17d486f66c3d3530946c5.tar.bz2 |
AutoFill: Final (late) grd string changes.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/1622019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44159 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/app/chromium_strings.grd | 2 | ||||
-rw-r--r-- | chrome/app/generated_resources.grd | 7 | ||||
-rw-r--r-- | chrome/app/google_chrome_strings.grd | 2 |
3 files changed, 7 insertions, 4 deletions
diff --git a/chrome/app/chromium_strings.grd b/chrome/app/chromium_strings.grd index 75fd210..ce135a6 100644 --- a/chrome/app/chromium_strings.grd +++ b/chrome/app/chromium_strings.grd @@ -403,7 +403,7 @@ be available for now. --> Chromium isn't your default browser. </message> <message name="IDS_AUTOFILL_INFOBAR_TEXT" desc="Text to show in the autofill request infobar."> - Do you want Chromium to save this information? + Chromium will store this information to make filling out forms easier. </message> <!-- Try Chrome Toast Dialog --> <message name="IDS_TRY_TOAST_HEADING" desc="Top line of the try-chrome-again dialog"> diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 3761897..422f930 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -5519,10 +5519,10 @@ Keep your key file in a safe place. You will need it to create new versions of y Change AutoFill settings </message> <message name="IDS_AUTOFILL_INFOBAR_ACCEPT" desc="Text to show for the autofill request infobar accept button."> - Set up AutoFill... + Configure... </message> <message name="IDS_AUTOFILL_INFOBAR_DENY" desc="Text to show for the autofill request infobar deny button."> - Nope + Disable AutoFill </message> <message name="IDS_AUTOFILL_LEARN_MORE" desc="Text to show for the autofill Learn more link."> Learn more @@ -5653,6 +5653,9 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_AUTOFILL_DIALOG_SAVE" desc="The label of the Save button on the autofill dialog."> Save </message> + <message name="IDS_AUTOFILL_FORM_MAC" desc="The Mac menu item to autofill a form."> + AutoFill Form + </message> <message name="IDS_THEMES_GROUP_NAME" desc="The title of the themes group"> Themes: diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd index 35407c8..4962ffc 100644 --- a/chrome/app/google_chrome_strings.grd +++ b/chrome/app/google_chrome_strings.grd @@ -453,7 +453,7 @@ Chrome supports. --> Google Chrome isn't your default browser. </message> <message name="IDS_AUTOFILL_INFOBAR_TEXT" desc="Text to show in the autofill request infobar."> - Do you want Google Chrome to save this information? + Google Chrome will store this information to make filling out forms easier. </message> <!-- Try Chrome Toast Dialog --> <message name="IDS_TRY_TOAST_HEADING" desc="Top line of the try-chrome-again dialog"> |