diff options
author | arv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-27 02:16:33 +0000 |
---|---|---|
committer | arv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-27 02:16:33 +0000 |
commit | 7f42d60408a12bc54848dbae225318da8aaf2a90 (patch) | |
tree | b7eee9c76f9cad0ff7b49bbebe17b251575f8e46 | |
parent | e7a89e167764d1be613bce0412dca8a9ad45a6de (diff) | |
download | chromium_src-7f42d60408a12bc54848dbae225318da8aaf2a90.zip chromium_src-7f42d60408a12bc54848dbae225318da8aaf2a90.tar.gz chromium_src-7f42d60408a12bc54848dbae225318da8aaf2a90.tar.bz2 |
NNTP: Change the lower right section to say "What will we put here?"
TBR=glen@chromium.org
BUG=None
Test=None
Review URL: http://codereview.chromium.org/159393
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21633 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/app/generated_resources.grd | 6 | ||||
-rw-r--r-- | chrome/browser/resources/new_new_tab.html | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 961188c..226a341 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -3562,12 +3562,12 @@ each locale. --> Watch this space for tips and suggestions for better browsing! </message> <message name="IDS_NEW_TAB_EVEN_MORE_TITLE" - desc="Title for the section on the new tab page that is currently empty. In later releases we plan to show web clips and tips and recommendations here."> + desc="Title for the section on the new tab page that is currently empty. In later releases we plan to show web clips and tips and recommendations here."> Even more </message> <message name="IDS_NEW_TAB_EVEN_MORE_CONTENT" - desc="Content for the section on the new tab page that is currently empty. In later releases we plan to show web clips and tips and recommendations here. This is intended to be funny!"> - This space intentionally left blank + desc="Content for the section on the new tab page that is currently empty. In later releases we plan to show web clips and tips and recommendations here. This is intended to be funny."> + What will we put here? </message> <message name="IDS_NEW_TAB_SHOW_EVEN_MORE" desc="Menu item text used to show the even more section."> diff --git a/chrome/browser/resources/new_new_tab.html b/chrome/browser/resources/new_new_tab.html index 239d257..d0752e0 100644 --- a/chrome/browser/resources/new_new_tab.html +++ b/chrome/browser/resources/new_new_tab.html @@ -260,8 +260,7 @@ logEvent('log start'); <div id="tip-items"> <div class="item" jsselect="$this" jsdisplay="!url" - i18n-content="defaulttipstitle" - onclick="window.location='http://en.wikipedia.org/wiki/Intentionally_blank_page'"> + i18n-content="defaulttipstitle"> </div> <div class="tips-container item-container"> <a class="item" jsselect="$this" |