diff options
author | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-26 17:15:56 +0000 |
---|---|---|
committer | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-26 17:15:56 +0000 |
commit | 7b7b2f82275eb5a0a86238f9d2ee9442675540af (patch) | |
tree | e0d3f0dffc538d09bb2591788835a89aba848603 /chrome | |
parent | 8939b46c28247a9c7e2f349020f61ea7038e16ee (diff) | |
download | chromium_src-7b7b2f82275eb5a0a86238f9d2ee9442675540af.zip chromium_src-7b7b2f82275eb5a0a86238f9d2ee9442675540af.tar.gz chromium_src-7b7b2f82275eb5a0a86238f9d2ee9442675540af.tar.bz2 |
Forgot to remove these no-longer important comments in http://src.chromium.org/viewvc/chrome?view=rev&revision=27303.
TBR: arv
Review URL: http://codereview.chromium.org/242021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27328 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/app/resources/locale_settings.grd | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/app/resources/locale_settings.grd b/chrome/app/resources/locale_settings.grd index afb473d..450be9a 100644 --- a/chrome/app/resources/locale_settings.grd +++ b/chrome/app/resources/locale_settings.grd @@ -584,13 +584,12 @@ </message> <!-- The URL for the themes gallery. --> - <!-- TODO(arv): Use GRITLANGCODE --> <message name="IDS_THEMES_GALLERY_URL" translateable="false"> 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/[GRITLANGCODE]/welcome.html </message> |