diff options
author | yutak@chromium.org <yutak@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-21 18:44:33 +0000 |
---|---|---|
committer | yutak@chromium.org <yutak@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-21 18:44:33 +0000 |
commit | c6b5c4b23b00a72937d402af2b5794388b0fdca4 (patch) | |
tree | 540626c31b8d564f3d607d81e07d3dc9168ad61a /chrome/app | |
parent | 2e381d603a016f7019a7844c7862fe2b94070f6c (diff) | |
download | chromium_src-c6b5c4b23b00a72937d402af2b5794388b0fdca4.zip chromium_src-c6b5c4b23b00a72937d402af2b5794388b0fdca4.tar.gz chromium_src-c6b5c4b23b00a72937d402af2b5794388b0fdca4.tar.bz2 |
Make the link to Chromium project page depend on UI locale.
There is a link to the Chromium project in About dialog. It should go to the project page of the current UI language.
BUG=5909
TEST=See issue 5909
Review URL: http://codereview.chromium.org/113682
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16632 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/resources/locale_settings.grd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/app/resources/locale_settings.grd b/chrome/app/resources/locale_settings.grd index 02dff1d..6f43850 100644 --- a/chrome/app/resources/locale_settings.grd +++ b/chrome/app/resources/locale_settings.grd @@ -573,6 +573,11 @@ <message name="IDS_NEW_PROFILE_DIALOG_WIDTH_CHARS" use_name_for_id="true"> 60 </message> + + <!-- The URL for Chromium project used in About dialog. --> + <message name="IDS_CHROMIUM_PROJECT_URL" translateable="false"> + http://code.google.com/chromium/?hl=[GRITLANGCODE] + </message> </messages> </release> </grit> |