diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-15 09:29:46 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-15 09:31:16 +0000 |
commit | b2dc984a388cca0bed0d1e9614a76bd9460c4549 (patch) | |
tree | 7e134d0d87690944eaf41e13cfebdb642dcf5b95 /components/autofill_strings.grdp | |
parent | 10fcddc359900d23afd3e7a916be68a9db1630b9 (diff) | |
download | chromium_src-b2dc984a388cca0bed0d1e9614a76bd9460c4549.zip chromium_src-b2dc984a388cca0bed0d1e9614a76bd9460c4549.tar.gz chromium_src-b2dc984a388cca0bed0d1e9614a76bd9460c4549.tar.bz2 |
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
Diffstat (limited to 'components/autofill_strings.grdp')
-rw-r--r-- | components/autofill_strings.grdp | 13 |
1 files changed, 10 insertions, 3 deletions
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. |