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

Unified Diff: chrome/browser/resources/options/factory_reset_overlay.html

Issue 10990021: Factory reset dialog string change. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix 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 | chrome/browser/ui/webui/options/browser_options_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/factory_reset_overlay.html
diff --git a/chrome/browser/resources/options/factory_reset_overlay.html b/chrome/browser/resources/options/factory_reset_overlay.html
index 6694af4e97c3a5393693d449c12446febe1f6437..9eb3b589daa4d65ebe680c697e1d11b293365bc5 100644
--- a/chrome/browser/resources/options/factory_reset_overlay.html
+++ b/chrome/browser/resources/options/factory_reset_overlay.html
@@ -2,7 +2,7 @@
<div class="close-button"></div>
<h1 i18n-content="factoryResetTitle"></h1>
<div class="content-area">
- <span i18n-content="factoryResetDescription"></span>
+ <span i18n-content="factoryResetWarning"></span>
</div>
<div class="action-area button-strip">
<button id="factory-reset-data-dismiss" i18n-content="cancel">
« no previous file with comments | « no previous file | chrome/browser/ui/webui/options/browser_options_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698