diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-01 12:56:00 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-01 12:56:00 +0000 |
commit | db862f9cf8152f77949a3d896cb7aa87d0916593 (patch) | |
tree | 5c1e51d7320fb4f2f748b66cf2171d17a081b381 /chrome/app | |
parent | 56d6a74e411a2be79c81b684df2cb327cf82cf3f (diff) | |
download | chromium_src-db862f9cf8152f77949a3d896cb7aa87d0916593.zip chromium_src-db862f9cf8152f77949a3d896cb7aa87d0916593.tar.gz chromium_src-db862f9cf8152f77949a3d896cb7aa87d0916593.tar.bz2 |
Application menu should be "Chrome", not "Google Chrome".
BUG=20755
TEST=Launch Chrome-branded build and look at the Application menu
Review URL: http://codereview.chromium.org/180058
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25026 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/google_chrome_strings.grd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd index e0124b2..9e8803f 100644 --- a/chrome/app/google_chrome_strings.grd +++ b/chrome/app/google_chrome_strings.grd @@ -403,7 +403,7 @@ Chrome supports. --> </message> <if expr="os == 'darwin'"> <message name="IDS_SHORT_PRODUCT_NAME" desc="The application's short name, used for the Mac's application menu, activity monitor, etc. This should be less than 16 characters. Example: Chrome, not Google Chrome."> - Google Chrome + Chrome </message> <message name="IDS_HELPER_NAME" desc="The helper application's name. Should contain the Chrome application name (IDS_PRODUCT_NAME). Example: Google Chrome Helper."> Google Chrome Helper |