diff options
author | kuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-12 19:55:55 +0000 |
---|---|---|
committer | kuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-12 19:55:55 +0000 |
commit | 0cac77dd89123d2fd1581127c44e7791392c5f53 (patch) | |
tree | d5a49d8d6e58c3620140c355b4cad2ae439348bc /chrome/app | |
parent | 3f3775345a4fab5c7b88739141897a164fdf6c2e (diff) | |
download | chromium_src-0cac77dd89123d2fd1581127c44e7791392c5f53.zip chromium_src-0cac77dd89123d2fd1581127c44e7791392c5f53.tar.gz chromium_src-0cac77dd89123d2fd1581127c44e7791392c5f53.tar.bz2 |
Add better description of browser on Windows.
BUG=11950
TEST=Install Chrome and in Windows Default Programs make sure we have more text than simply "Google Chrome"
Review URL: http://codereview.chromium.org/523158
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36033 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/chromium_strings.grd | 3 | ||||
-rw-r--r-- | chrome/app/google_chrome_strings.grd | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/chrome/app/chromium_strings.grd b/chrome/app/chromium_strings.grd index cb1db27..df05bac 100644 --- a/chrome/app/chromium_strings.grd +++ b/chrome/app/chromium_strings.grd @@ -127,6 +127,9 @@ be available for now. --> <message name="IDS_PRODUCT_NAME" desc="The Chrome application name"> Chromium </message> + <message name="IDS_PRODUCT_DESCRIPTION" desc="Browser description"> + Chromium is a web browser that runs web pages and applications with lightning speed. It's fast, stable, and easy to use. Browse the web more safely with malware and phishing protection built into Chromium. + </message> <if expr="pp_ifdef('chromeos')"> <message name="IDS_PRODUCT_OS_NAME" desc="The Chrome OS application name"> Chromium OS diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd index eabaa15..38c229e 100644 --- a/chrome/app/google_chrome_strings.grd +++ b/chrome/app/google_chrome_strings.grd @@ -177,6 +177,9 @@ Chrome supports. --> <message name="IDS_PRODUCT_NAME" desc="The Chrome application name"> Google Chrome </message> + <message name="IDS_PRODUCT_DESCRIPTION" desc="Browser description"> + Google Chrome is a web browser that runs web pages and applications with lightning speed. It's fast, stable, and easy to use. Browse the web more safely with malware and phishing protection built into Google Chrome. + </message> <if expr="pp_ifdef('chromeos')"> <message name="IDS_PRODUCT_OS_NAME" desc="The Chrome OS application name"> Google Chrome OS |