diff options
author | arv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-22 02:41:58 +0000 |
---|---|---|
committer | arv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-22 02:41:58 +0000 |
commit | 1e4bef090bd43e279e0c1f473dee741d6f6d003c (patch) | |
tree | 574b54ecb4ca01b6f7b509a8aa2a762ef1a33798 /chrome/app | |
parent | 1f211f9d7eb98b3161dd8d47ff2eccdf00d8a1a9 (diff) | |
download | chromium_src-1e4bef090bd43e279e0c1f473dee741d6f6d003c.zip chromium_src-1e4bef090bd43e279e0c1f473dee741d6f6d003c.tar.gz chromium_src-1e4bef090bd43e279e0c1f473dee741d6f6d003c.tar.bz2 |
NTP: Add a footer with History, Downloads and Help.
This removes the "Show full history" from the "Recently closed" bar since we can now get to the history using the link in the footer.
BUG=None
TEST=There should be three links at the bottom of the NTP now.
Review URL: http://codereview.chromium.org/2712004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50425 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 5aa08eb..c633432 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -6132,10 +6132,6 @@ Keep your key file in a safe place. You will need it to create new versions of y desc="Menu item text for showing and hiding the tips section."> Tips </message> - <message name="IDS_NEW_TAB_VIEW_FULL_HISTORY" - desc="The text of the link that takes the user to the history page. This is shown under recent activities."> - View full history - </message> <message name="IDS_NEW_TAB_SHOW_RECENT" desc="Menu item text used to show recent activities."> Show recent activities @@ -6205,6 +6201,18 @@ Keep your key file in a safe place. You will need it to create new versions of y desc="Text for link that sets new tab page as home page"> Make this my home page </message> + <message name="IDS_NEW_TAB_HISTORY" + desc="The text of the link that takes the user to the history page. This is shown in the footer."> + History + </message> + <message name="IDS_NEW_TAB_DOWNLOADS" + desc="The text of the link that takes the user to the downloads page. This is shown in the footer."> + Downloads + </message> + <message name="IDS_NEW_TAB_HELP" + desc="The text of the link that takes the user to the help page. This is shown in the footer."> + Help + </message> <message name="IDS_NEW_TAB_APP_SETTINGS" desc="Text for the tooltip that is used for the button that shows the settings for an app icon."> Settings |