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. |