Index: chrome/browser/ui/webui/ntp/ntp_resource_cache_android.cc |
diff --git a/chrome/browser/ui/webui/ntp/ntp_resource_cache_android.cc b/chrome/browser/ui/webui/ntp/ntp_resource_cache_android.cc |
index 2ada4eeb8623a4c2dc2d9f217892fc4b0ee96de3..733ceba50247444b44fc05281623e89123bec422 100644 |
--- a/chrome/browser/ui/webui/ntp/ntp_resource_cache_android.cc |
+++ b/chrome/browser/ui/webui/ntp/ntp_resource_cache_android.cc |
@@ -79,7 +79,7 @@ void NTPResourceCache::CreateNewTabHTML() { |
string16 learnMoreLink = ASCIIToUTF16( |
google_util::AppendGoogleLocaleParam(GURL(new_tab_link)).spec()); |
localized_strings.SetString("content", |
- l10n_util::GetStringFUTF16(IDS_NEW_TAB_OTR_MESSAGE, learnMoreLink)); |
+ l10n_util::GetStringFUTF16(IDS_NEW_TAB_INCOGNITO_MESSAGE, learnMoreLink)); |
// Load the new tab page appropriate for this build. |
std::string full_html; |