Index: chrome/browser/dom_ui/options/advanced_options_handler.cc |
diff --git a/chrome/browser/dom_ui/options/advanced_options_handler.cc b/chrome/browser/dom_ui/options/advanced_options_handler.cc |
index be4c7887806e6a0f9c9603f639981c9f75c17090..ea9cb897155df0808ae2c423aa9ef3dc0170a9b6 100644 |
--- a/chrome/browser/dom_ui/options/advanced_options_handler.cc |
+++ b/chrome/browser/dom_ui/options/advanced_options_handler.cc |
@@ -169,8 +169,10 @@ void AdvancedOptionsHandler::GetLocalizedValues( |
#endif |
localized_strings->SetString("enableLogging", |
l10n_util::GetStringUTF16(IDS_OPTIONS_ENABLE_LOGGING)); |
- localized_strings->SetString("disableServices", |
- l10n_util::GetStringUTF16(IDS_OPTIONS_DISABLE_SERVICES)); |
+ localized_strings->SetString("improveBrowsingExperience", |
+ l10n_util::GetStringUTF16(IDS_OPTIONS_IMPROVE_BROWSING_EXPERIENCE)); |
+ localized_strings->SetString("disableWebServices", |
+ l10n_util::GetStringUTF16(IDS_OPTIONS_DISABLE_WEB_SERVICES)); |
localized_strings->SetString("optionsReset", |
l10n_util::GetStringUTF16(IDS_OPTIONS_RESET)); |
localized_strings->SetString("optionsResetMessage", |