Index: chrome/browser/jumplist_win.cc |
diff --git a/chrome/browser/jumplist_win.cc b/chrome/browser/jumplist_win.cc |
index 22a73e61f4f8b40c59006335369f5fbbd332b406..f1e8a879b115547292fa55884733de91cb83c669 100644 |
--- a/chrome/browser/jumplist_win.cc |
+++ b/chrome/browser/jumplist_win.cc |
@@ -169,7 +169,7 @@ bool UpdateJumpList(const wchar_t* app_id, |
// Update the "Recently Closed" category of the JumpList. |
if (!jumplist_updater.AddCustomCategory( |
- l10n_util::GetStringUTF16(IDS_NEW_TAB_RECENTLY_CLOSED), |
+ l10n_util::GetStringUTF16(IDS_RECENTLY_CLOSED), |
recently_closed_pages, recently_closed_items)) { |
return false; |
} |