diff options
author | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-01 16:55:15 +0000 |
---|---|---|
committer | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-01 16:55:15 +0000 |
commit | cf4e8bf9d049611d5fdb349cb669042cc94af23c (patch) | |
tree | 7bf1df56015ff8948a78407bfa4d207afecc3ad4 /chrome/app/generated_resources.grd | |
parent | 717b292296c56cd83a438d32ab24859b2d8999a5 (diff) | |
download | chromium_src-cf4e8bf9d049611d5fdb349cb669042cc94af23c.zip chromium_src-cf4e8bf9d049611d5fdb349cb669042cc94af23c.tar.gz chromium_src-cf4e8bf9d049611d5fdb349cb669042cc94af23c.tar.bz2 |
Remove null link from "welcome to tips" default suggestion. Also make some hard-coded strings in new tab page into localizable .grd strings, and fix bug introduced in r19556.
BUG= http://crbug.com/15467
TEST= Run with new new tab page for the first time, with no tips stored in preferences. Note that welcome tip is not a link.
Review URL: http://codereview.chromium.org/147247
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19740 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/generated_resources.grd')
-rw-r--r-- | chrome/app/generated_resources.grd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 04cd054..3e62a36 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -3440,6 +3440,14 @@ each locale. --> desc="Heading text for the section containing recent activities. Recent activies includes closed windows and tabs as well as downloads."> Recent activities </message> + <message name="IDS_NEW_TAB_TIPS" + desc="Heading text for the section containing tips and suggestions."> + Tips and Suggestions + </message> + <message name="IDS_NEW_TAB_DEFAULT_TIPS_TITLE" + desc="Default content of tip box when no tips are available. This is a short advertisement and explanation for the tips and suggestions to come."> + Watch this space for tips and suggestions for better browsing! + </message> <message name="IDS_NEW_TAB_DOWNLOADS" desc="The header text of the recent downloads section."> Downloads |