diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-08 23:46:17 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-08 23:46:17 +0000 |
commit | edb5e6a4abf27e5db7638409d7d7566ca024fa90 (patch) | |
tree | bad75decbd017cbb1fd7e6d9196e17b89536205b /chrome/app/google_chrome_strings.grd | |
parent | 8afd0ad9907d3bab3689fe510881a8da9fa6a5ee (diff) | |
download | chromium_src-edb5e6a4abf27e5db7638409d7d7566ca024fa90.zip chromium_src-edb5e6a4abf27e5db7638409d7d7566ca024fa90.tar.gz chromium_src-edb5e6a4abf27e5db7638409d7d7566ca024fa90.tar.bz2 |
Distributor logo and " - App Name" shouldn't be shown on app frame windows.
http://crbug.com/6138
Review URL: http://codereview.chromium.org/62167
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13393 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/google_chrome_strings.grd')
-rw-r--r-- | chrome/app/google_chrome_strings.grd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd index 6d76021..6b49c85 100644 --- a/chrome/app/google_chrome_strings.grd +++ b/chrome/app/google_chrome_strings.grd @@ -196,6 +196,9 @@ Chrome supports. --> <message name="IDS_BROWSER_WINDOW_TITLE_FORMAT" desc="The format for titles displayed in tabs and popup windows"> <ph name="PAGE_TITLE">$1<ex>Google</ex></ph> - Google Chrome </message> + <message name="IDS_BROWSER_WINDOW_TITLE_FORMAT_NO_LOGO" desc="The format for titles displayed when the window has no distributor logo displayed"> + <ph name="PAGE_TITLE">$1<ex>Google</ex></ph> + </message> <message name="IDS_ABOUT_VERSION_COMPANY_NAME" desc="Company name on the about pages"> Google Inc. </message> |