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 | |
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')
-rw-r--r-- | chrome/app/chromium_strings.grd | 10 | ||||
-rw-r--r-- | chrome/app/generated_resources.grd | 6 | ||||
-rw-r--r-- | chrome/app/google_chrome_strings.grd | 6 |
3 files changed, 17 insertions, 5 deletions
diff --git a/chrome/app/chromium_strings.grd b/chrome/app/chromium_strings.grd index babab58..c0f7818 100644 --- a/chrome/app/chromium_strings.grd +++ b/chrome/app/chromium_strings.grd @@ -93,10 +93,16 @@ be available for now. --> Copyright © 2006-2008 The Chromium Authors. All Rights Reserved. </message> <message name="IDS_ABOUT_VERSION_LICENSE" desc="The label below the copyright message, containing the URLs."> - Chromium 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>. + Chromium 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."> + Not used in Chromium. Placeholder to keep resource maps in synch. + </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."> + Not used in Chromium. Placeholder to keep resource maps in synch. </message> <message name="IDS_ACCNAME_APP" desc="The accessible name for the app menu."> Chromium diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 981d668..46b061b 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -3131,6 +3131,12 @@ each locale. --> <message name="IDS_BLOCKED_POPUP" desc="Text on a blocked popup's window titlebar."> Blocked Pop-up </message> + + <!-- Chromium related strings --> + <message name="IDS_OPEN_SOURCE_PROJECT_NAME" desc="The name of the open source version of Google Chrome"> + Chromium + </message> + </messages> </release> </grit> 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 |