| Index: chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
|
| diff --git a/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc b/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
|
| index 0a63f0374f9e0a417b65298dc7706d36b5e98cbd..5810911078bcba02197cb4814aab87e300b0566f 100644
|
| --- a/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
|
| +++ b/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
|
| @@ -336,7 +336,7 @@ void AddDownloadsStrings(content::WebUIDataSource* html_source) {
|
|
|
| void AddResetStrings(content::WebUIDataSource* html_source) {
|
| LocalizedString localized_strings[] = {
|
| - {"resetPageTitle", IDS_RESET_PROFILE_SETTINGS_SECTION_TITLE},
|
| + {"resetPageTitle", IDS_SETTINGS_RESET},
|
| {"resetPageDescription", IDS_RESET_PROFILE_SETTINGS_DESCRIPTION},
|
| {"resetPageExplanation", IDS_RESET_PROFILE_SETTINGS_EXPLANATION},
|
| {"resetPageCommit", IDS_RESET_PROFILE_SETTINGS_COMMIT_BUTTON},
|
|
|