diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-27 01:19:08 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-27 01:19:08 +0000 |
commit | 2377cafe6255cfaceea2d9ac357287ee0ff99a8d (patch) | |
tree | 3949c83bdad26da11b50eba9ab0dd12c3aedf703 /chrome/app | |
parent | 5044da885d4baa782f5ff150951cda6c7ac31af9 (diff) | |
download | chromium_src-2377cafe6255cfaceea2d9ac357287ee0ff99a8d.zip chromium_src-2377cafe6255cfaceea2d9ac357287ee0ff99a8d.tar.gz chromium_src-2377cafe6255cfaceea2d9ac357287ee0ff99a8d.tar.bz2 |
autofill: Change the browser name in the Autofill popup for Chromium builds.
Chrome Autofill preferences" should be "Chromium Autofill preferences" for Chromium builds.
BUG=59676
TEST=see bug
Review URL: http://codereview.chromium.org/3993003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63999 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-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 9fa2a82..6078e74 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -6595,7 +6595,7 @@ Keep your key file in a safe place. You will need it to create new versions of y Autofill options </message> <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The value of the Autofill options menu entry."> - Chrome Autofill options + <ph name="PRODUCT_NAME_SHORT">$1<ex>Chrome</ex></ph> Autofill options </message> </if> <if expr="os == 'darwin'"> @@ -6606,7 +6606,7 @@ Keep your key file in a safe place. You will need it to create new versions of y Autofill preferences </message> <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The value of the Autofill options menu entry."> - Chrome Autofill preferences + <ph name="PRODUCT_NAME_SHORT">$1<ex>Chrome</ex></ph> Autofill preferences </message> </if> <message name="IDS_AUTOFILL_LOADING" desc="The indicator that Autofill data is being loaded."> |