diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-26 20:56:14 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-26 20:56:14 +0000 |
commit | d95ef396865121fb595ee131561c41d4cdad26a3 (patch) | |
tree | 5399d7e18b65d8e42017f7c74b393bdce00c6533 | |
parent | b9cae1c54cf648666a431b36c6aae19787ec6913 (diff) | |
download | chromium_src-d95ef396865121fb595ee131561c41d4cdad26a3.zip chromium_src-d95ef396865121fb595ee131561c41d4cdad26a3.tar.gz chromium_src-d95ef396865121fb595ee131561c41d4cdad26a3.tar.bz2 |
AutoFill: Only use 'AutoFill preferences' for Mac.
BUG=50102
TEST=none
Review URL: http://codereview.chromium.org/3017030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53676 0039d316-1c4b-4281-b951-d872f2087c98
-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 1c9c4af..c2cfe6e 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -5725,12 +5725,12 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_AUTOFILL_CLEAR_FORM_MENU_ITEM" desc="The entry in the suggestions dropdown that clears an auto-filled form."> Clear form </message> - <if expr="os == 'win32'"> + <if expr="os != 'darwin'"> <message name="IDS_AUTOFILL_OPTIONS" desc="The title of the AutoFill dialog."> AutoFill options </message> </if> - <if expr="os != 'win32'"> + <if expr="os == 'darwin'"> <message name="IDS_AUTOFILL_OPTIONS" desc="The title of the AutoFill dialog."> AutoFill preferences </message> |