Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1383)

Unified Diff: chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc

Issue 1482573002: MD Settings: Adjusting reset-page dialogs styling. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/settings/settings_resources.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 fbb0ea83540c99cb30635e7311171185b0b3e8a5..5c27d1b52616deb091fb55015250b90258a9e9e9 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
@@ -272,7 +272,7 @@ void AddResetStrings(content::WebUIDataSource* html_source) {
html_source->AddLocalizedString(
"powerwashDialogTitle", IDS_OPTIONS_FACTORY_RESET_HEADING);
html_source->AddLocalizedString(
- "powerwashDialogBody", IDS_OPTIONS_FACTORY_RESET_WARNING);
+ "powerwashDialogExplanation", IDS_OPTIONS_FACTORY_RESET_WARNING);
html_source->AddLocalizedString(
"powerwashDialogButton", IDS_RELAUNCH_BUTTON);
html_source->AddLocalizedString(
« no previous file with comments | « chrome/browser/resources/settings/settings_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698