Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3707)

Unified Diff: chrome/browser/ui/cocoa/history_menu_bridge.mm

Issue 1130753007: Start axing NTP4 dead code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: estade@ review Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/cocoa/history_menu_bridge.mm
diff --git a/chrome/browser/ui/cocoa/history_menu_bridge.mm b/chrome/browser/ui/cocoa/history_menu_bridge.mm
index 5eab264091f0060bf708f6858547389be9f4099a..e8a27c80ac4acb07a5ed630f34a0762a8f5754cd 100644
--- a/chrome/browser/ui/cocoa/history_menu_bridge.mm
+++ b/chrome/browser/ui/cocoa/history_menu_bridge.mm
@@ -186,7 +186,7 @@ void HistoryMenuBridge::TabRestoreServiceChanged(TabRestoreService* service) {
// Now that the number of tabs that has been added is known, set the title
// of the parent menu item.
item->title = l10n_util::GetPluralStringFUTF16(
- IDS_NEW_TAB_RECENTLY_CLOSED_WINDOW, item->tabs.size());
+ IDS_RECENTLY_CLOSED_WINDOW, item->tabs.size());
// Sometimes it is possible for there to not be any subitems for a given
// window; if that is the case, do not add the entry to the main menu.
« no previous file with comments | « chrome/browser/resources/ntp4/recently_closed.js ('k') | chrome/browser/ui/toolbar/recent_tabs_sub_menu_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698