diff options
author | derat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-29 02:10:40 +0000 |
---|---|---|
committer | derat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-29 02:10:40 +0000 |
commit | 832fe6ee3061b7f57f641a90865c8085f8759300 (patch) | |
tree | 9543374fd623acf6ed7dbd19ba7028bb5216863a /chrome/app/chromium_strings.grd | |
parent | a5e56e1580d81ac5792d06e2cb540b471fda6678 (diff) | |
download | chromium_src-832fe6ee3061b7f57f641a90865c8085f8759300.zip chromium_src-832fe6ee3061b7f57f641a90865c8085f8759300.tar.gz chromium_src-832fe6ee3061b7f57f641a90865c8085f8759300.tar.bz2 |
chromeos: Add OS credits link to about page.
This adds an additional line of text below the Chromium
open source information linking to about:os-credits, the page
listing Chromium-OS-specific open source packages.
BUG=chromium-os:6728
TEST=built it for chrome os and checked that the new link works. also checked that the linux version is unchanged
Review URL: http://codereview.chromium.org/6088007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70249 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chromium_strings.grd')
-rw-r--r-- | chrome/app/chromium_strings.grd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/app/chromium_strings.grd b/chrome/app/chromium_strings.grd index 2d86fa2..5be20ce 100644 --- a/chrome/app/chromium_strings.grd +++ b/chrome/app/chromium_strings.grd @@ -199,6 +199,11 @@ be available for now. --> <message name="IDS_ABOUT_VERSION_LICENSE" desc="The label below the copyright message, containing the URLs."> Chromium is made possible by the <ph name="BEGIN_LINK_CHROMIUM">BEGIN_LINK_CHR</ph>Chromium<ph name="END_LINK_CHROMIUM">END_LINK_CHR</ph> open source project and other <ph name="BEGIN_LINK_OSS">BEGIN_LINK_OSS</ph>open source software<ph name="END_LINK_OSS">END_LINK_OSS</ph>. </message> + <if expr="pp_ifdef('chromeos')"> + <message name="IDS_ABOUT_CROS_VERSION_LICENSE" desc="Additional text displayed beneath the Chromium open source URLs for Chromium OS."> + Chromium OS is made possible by additional <ph name="BEGIN_LINK_CROS_OSS">BEGIN_LINK_CROS_OSS</ph>open source software<ph name="END_LINK_CROS_OSS">END_LINK_CROS_OSS</ph>. + </message> + </if> <message name="IDS_ABOUT_TERMS_OF_SERVICE" desc="The terms of service label in the About box."> Not used in Chromium. Placeholder to keep resource maps in synch. </message> |