diff options
author | finnur@google.com <finnur@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-13 14:48:53 +0000 |
---|---|---|
committer | finnur@google.com <finnur@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-13 14:48:53 +0000 |
commit | e9fb4cf4776afdc09dce3e4d244b629eef8397c3 (patch) | |
tree | 4821209e20434f7cc31deac0096d99667e2da895 /chrome/app/google_chrome_strings.grd | |
parent | c569262be98c6356d978b30ff953c62cdb34b786 (diff) | |
download | chromium_src-e9fb4cf4776afdc09dce3e4d244b629eef8397c3.zip chromium_src-e9fb4cf4776afdc09dce3e4d244b629eef8397c3.tar.gz chromium_src-e9fb4cf4776afdc09dce3e4d244b629eef8397c3.tar.bz2 |
Tweaks for the text on the About box (from bug 3360):
1. "Google Chrome is made possible by the Google Chrome open source..." should read "Google Chrome is made possible by the Chromium open source..."
2. The second link in that sentence should be "<a>open source software</a>" Currently the word "software" isn't part of the link.
3. There shouldn't be a period at the end of "Google Chrome Terms of Service." Not a sentence.
Review URL: http://codereview.chromium.org/7112
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3287 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/google_chrome_strings.grd')
-rw-r--r-- | chrome/app/google_chrome_strings.grd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd index 556f9f4..95035dd 100644 --- a/chrome/app/google_chrome_strings.grd +++ b/chrome/app/google_chrome_strings.grd @@ -132,13 +132,13 @@ Chrome supports. --> Copyright © 2006-2008 Google Inc. All Rights Reserved. </message> <message name="IDS_ABOUT_VERSION_LICENSE" desc="The label below the copyright message, containing the URLs."> - Google Chrome is made possible by the <ph name="PROJECT_LINK">$1<ex>Chromium</ex></ph> open source project and other <ph name="OPEN_SOURCE_LINK">$2<ex>open source</ex> software</ph>. + Google Chrome is made possible by the <ph name="PROJECT_LINK">$1<ex>Chromium</ex></ph> open source project and other <ph name="OPEN_SOURCE_LINK">$2<ex>open source software</ex></ph>. </message> <message name="IDS_ABOUT_OPEN_SOURCE_SOFTWARE" desc="The link text on the About box that links to open source software. Used in IDS_ABOUT_VERSION_LICENSE."> - open source + open source software </message> <message name="IDS_ABOUT_TERMS_OF_SERVICE" desc="The terms of service label in the About box."> - Google Chrome <ph name="TERMS_OF_SERVICE_LINK">$1<ex>Terms of Service</ex></ph>. + Google Chrome <ph name="TERMS_OF_SERVICE_LINK">$1<ex>Terms of Service</ex></ph> </message> <message name="IDS_TERMS_OF_SERVICE" desc="The Terms of Service link text in the About box. Used in IDS_ABOUT_TERMS_OF_SERVICE."> Terms of Service |