Index: chrome/browser/ui/webui/ntp/ntp_resource_cache.cc |
diff --git a/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc b/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc |
index 15afaef8d31075c28eab728d7061e71d254f5b8e..b208949822eba18447c9be57a565bc1c2f77b252 100644 |
--- a/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc |
+++ b/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc |
@@ -304,7 +304,7 @@ void NTPResourceCache::CreateNewTabHTML() { |
localized_strings.SetString("searchengines", |
l10n_util::GetStringUTF16(IDS_SYNC_DATATYPE_SEARCH_ENGINES)); |
localized_strings.SetString("foreignsessions", |
- l10n_util::GetStringUTF16(IDS_SYNC_DATATYPE_SESSIONS)); |
+ l10n_util::GetStringUTF16(IDS_SYNC_DATATYPE_TABS)); |
Nicolas Zea
2011/09/06 23:20:18
I don't think this does anything anymore with NTP4
|
localized_strings.SetString("closedwindowmultiple", |
l10n_util::GetStringUTF16(IDS_NEW_TAB_RECENTLY_CLOSED_WINDOW_MULTIPLE)); |
localized_strings.SetString("attributionintro", |