diff options
author | glen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-24 04:27:39 +0000 |
---|---|---|
committer | glen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-24 04:27:39 +0000 |
commit | 86439bd4615434bbb631e6b97869a645309527a4 (patch) | |
tree | c9f283e99a84f3e817009f29cecce489163b022d /chrome/app | |
parent | c01ce96d0dddd41e76fcc8323ed43016315ed080 (diff) | |
download | chromium_src-86439bd4615434bbb631e6b97869a645309527a4.zip chromium_src-86439bd4615434bbb631e6b97869a645309527a4.tar.gz chromium_src-86439bd4615434bbb631e6b97869a645309527a4.tar.bz2 |
Add link to themes gallery.
BUG=16381
TEST=Go to second page of options, verify that the 'Get themes' button opens a new tab and takes you to the themes gallery.
Review URL: http://codereview.chromium.org/160081
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21510 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 3 | ||||
-rw-r--r-- | chrome/app/resources/locale_settings.grd | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 534fb79..c9832ad 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -3257,6 +3257,9 @@ each locale. --> <message name="IDS_THEMES_RESET_BUTTON" desc="The button to reset your theme"> Reset to default theme </message> + <message name="IDS_THEMES_GALLERY_BUTTON" desc="The button to get more themes"> + Get themes + </message> <message name="IDS_OPTIONS_FONTSANDLANGUAGES_GROUP_NAME" desc="The label of the 'Fonts and Languages' group"> Fonts and Languages: diff --git a/chrome/app/resources/locale_settings.grd b/chrome/app/resources/locale_settings.grd index d5516cb..3bac605 100644 --- a/chrome/app/resources/locale_settings.grd +++ b/chrome/app/resources/locale_settings.grd @@ -554,6 +554,11 @@ <message name="IDS_LINUX_PROXY_CONFIG_URL" translateable="false"> http://code.google.com/p/chromium/wiki/LinuxProxyConfig </message> + + <!-- The URL for the themes gallery. --> + <message name="IDS_THEMES_GALLERY_URL" translateable="false"> + https://tools.google.com/chrome/intl/en/themes/index.html + </message> </messages> </release> </grit> |