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

Unified Diff: chrome/browser/ui/webui/options/browser_options_handler.cc

Issue 10990021: Factory reset dialog string change. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 months 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/options/browser_options_handler.cc
diff --git a/chrome/browser/ui/webui/options/browser_options_handler.cc b/chrome/browser/ui/webui/options/browser_options_handler.cc
index 6baabfe9ce82370b71329a4c39287be47b9d6b27..8afd53c938e7e3d21c61f25e1795645e0ad50e67 100644
--- a/chrome/browser/ui/webui/options/browser_options_handler.cc
+++ b/chrome/browser/ui/webui/options/browser_options_handler.cc
@@ -384,7 +384,7 @@ void BrowserOptionsHandler::GetLocalizedValues(DictionaryValue* values) {
values->SetString(
"factoryResetDescription",
l10n_util::GetStringFUTF16(
- IDS_OPTIONS_FACTORY_RESET_DESCRIPTION,
+ IDS_OPTIONS_FACTORY_RESET_WARNING,
Nikita (slow) 2012/09/25 12:00:08 It seems that you have 2 strings that are the same
glotov 2012/09/25 12:07:39 Done.
l10n_util::GetStringUTF16(IDS_SHORT_PRODUCT_NAME)));
#endif
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698