diff options
author | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-26 00:30:42 +0000 |
---|---|---|
committer | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-26 00:30:42 +0000 |
commit | 899dffeff4a5cac77b1153230804e2f3355f8068 (patch) | |
tree | 18ef7e2669cca1fa3890ea8699e73e9a5191c175 /chrome | |
parent | 2b00c1b40bee8755412ed09ae2cbfa5d9114f2da (diff) | |
download | chromium_src-899dffeff4a5cac77b1153230804e2f3355f8068.zip chromium_src-899dffeff4a5cac77b1153230804e2f3355f8068.tar.gz chromium_src-899dffeff4a5cac77b1153230804e2f3355f8068.tar.bz2 |
Fix locale settings to not be hard-coded to English.
Review URL: http://codereview.chromium.org/251010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27303 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/app/resources/locale_settings.grd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/resources/locale_settings.grd b/chrome/app/resources/locale_settings.grd index d1251a7..afb473d 100644 --- a/chrome/app/resources/locale_settings.grd +++ b/chrome/app/resources/locale_settings.grd @@ -586,13 +586,13 @@ <!-- The URL for the themes gallery. --> <!-- TODO(arv): Use GRITLANGCODE --> <message name="IDS_THEMES_GALLERY_URL" translateable="false"> - https://tools.google.com/chrome/intl/en/themes/index.html + https://tools.google.com/chrome/intl/[GRITLANGCODE]/themes/index.html </message> <!-- The URL for Google Chrome welcome page. This is used for the pre --> <!-- populated thumbnails. --> <!-- TODO(arv): Use GRITLANGCODE --> <message name="IDS_CHROME_WELCOME_URL" translateable="false"> - http://www.google.com/chrome/intl/en/welcome.html + http://www.google.com/chrome/intl/[GRITLANGCODE]/welcome.html </message> <!-- The width of the sync setup wizard / login dialog in characters. --> |