| Index: chrome/browser/search/local_ntp_source.cc
|
| diff --git a/chrome/browser/search/local_ntp_source.cc b/chrome/browser/search/local_ntp_source.cc
|
| index f19084040e4d2fb9a666fc5bb37035f31bdaae5d..feaf308268091885093be178ca6f4a8da57f503e 100644
|
| --- a/chrome/browser/search/local_ntp_source.cc
|
| +++ b/chrome/browser/search/local_ntp_source.cc
|
| @@ -122,7 +122,7 @@ void AddString(base::DictionaryValue* dictionary,
|
| // Adds a localized string for the Google searchbox placeholder text.
|
| void AddGoogleSearchboxPlaceholderString(base::DictionaryValue* dictionary) {
|
| base::string16 placeholder = l10n_util::GetStringFUTF16(
|
| - IDS_OMNIBOX_EMPTY_HINT_WITH_DEFAULT_SEARCH_PROVIDER,
|
| + IDS_SEARCH_BOX_EMPTY_HINT,
|
| base::ASCIIToUTF16("Google"));
|
| dictionary->SetString("searchboxPlaceholder", placeholder);
|
| }
|
|
|