diff options
author | finnur@google.com <finnur@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-10 03:28:53 +0000 |
---|---|---|
committer | finnur@google.com <finnur@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-10 03:28:53 +0000 |
commit | 7300cee914cc7af13f6e18f1c73be6892157a8c5 (patch) | |
tree | f914e634de093034b015b39ba0ec5745dd17e8e8 /chrome/app/chromium_strings.grd | |
parent | 2ce0255c06ea5826bec202f5412c718ae2744b9b (diff) | |
download | chromium_src-7300cee914cc7af13f6e18f1c73be6892157a8c5.zip chromium_src-7300cee914cc7af13f6e18f1c73be6892157a8c5.tar.gz chromium_src-7300cee914cc7af13f6e18f1c73be6892157a8c5.tar.bz2 |
Allow the translators to chose which link appears first in the About box.
Review URL: http://codereview.chromium.org/7035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3176 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chromium_strings.grd')
-rw-r--r-- | chrome/app/chromium_strings.grd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/chromium_strings.grd b/chrome/app/chromium_strings.grd index 7385be7..67daa80 100644 --- a/chrome/app/chromium_strings.grd +++ b/chrome/app/chromium_strings.grd @@ -92,7 +92,7 @@ be available for now. --> <message name="IDS_ABOUT_VERSION_COPYRIGHT" desc="Copyright information on the about pages"> 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. Do not change the order of the links when translating."> + <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>. </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."> |