diff options
author | arv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-06 23:25:18 +0000 |
---|---|---|
committer | arv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-06 23:25:18 +0000 |
commit | 420f76b0d07168cdac87c28265d5c5e5798f5ac8 (patch) | |
tree | 9f842570fe4789ece1dda20faded74f9fe07cbb4 /chrome/app/generated_resources.grd | |
parent | d59ed76a953ca81570776b618cdafa202462f51f (diff) | |
download | chromium_src-420f76b0d07168cdac87c28265d5c5e5798f5ac8.zip chromium_src-420f76b0d07168cdac87c28265d5c5e5798f5ac8.tar.gz chromium_src-420f76b0d07168cdac87c28265d5c5e5798f5ac8.tar.bz2 |
NNTP: Remove tips and downloads and introduce a recently closed bar instead.
Make the list mode only show one column and make the items look like links.
BUG=None
TEST= On the new tab page try opening and closing tabs and windows.
The closed tabs and windows should appear in the recently closed bar at
the bottom.
Review URL: http://codereview.chromium.org/165095
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22691 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 ce33e5f..ffed4d6 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -3780,6 +3780,14 @@ each locale. --> desc="Menu item text used to hide tips."> Hide recommendations </message> + <message name="IDS_NEW_TAB_SHOW_RECENTLY_CLOSED_TABS" + desc="Menu item text used to show recently closed tabs."> + Show recently closed tabs + </message> + <message name="IDS_NEW_TAB_HIDE_RECENTLY_CLOSED_TABS" + desc="Menu item text used to hide recently closed tabs."> + Hide recently closed tabs + </message> <message name="IDS_NEW_TAB_THUMBNAIL_REMOVED_NOTIFICATION" desc="Notification text shown when a thumbnail has been removed from the most visited section."> The thumbnail for “<ph name="THUMBNAIL_TITLE">%s</ph>” will no longer appear. |