From b2dc984a388cca0bed0d1e9614a76bd9460c4549 Mon Sep 17 00:00:00 2001
From: "estade@chromium.org"
 <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Date: Fri, 15 Aug 2014 09:29:46 +0000
Subject: Fix Autofill popup settings menu item label.

BUG=403607

Review URL: https://codereview.chromium.org/469123003

Cr-Commit-Position: refs/heads/master@{#289830}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289830 0039d316-1c4b-4281-b951-d872f2087c98
---
 components/autofill_strings.grdp | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

(limited to 'components/autofill_strings.grdp')

diff --git a/components/autofill_strings.grdp b/components/autofill_strings.grdp
index 9e1db3f..5a3fd5e 100644
--- a/components/autofill_strings.grdp
+++ b/components/autofill_strings.grdp
@@ -99,9 +99,16 @@
     Privacy Policy
   </message>
 
-  <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The value of the Autofill options menu entry.">
-    Chrome Autofill settings
-  </message>
+  <if expr="_google_chrome">
+    <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The text displayed in the Autofill popup to direct the user to the Autofill settings UI.">
+      Chrome Autofill settings...
+    </message>
+  </if>
+  <if expr="not _google_chrome">
+    <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The text displayed in the Autofill popup to direct the user to the Autofill settings UI.">
+      Chromium Autofill settings...
+    </message>
+  </if>
 
   <message name="IDS_AUTOFILL_CREDIT_CARD_NOT_SUPPORTED_BY_WALLET" desc="Message displayed to user when user entered a credit card number that is not supported by Google Wallet.">
     This type of card is not supported by Google Wallet. Please select a different card.
-- 
cgit v1.1