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

Side by Side 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, 2 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/ui/webui/options/browser_options_handler.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div id="factory-reset-overlay" class="page" hidden> 1 <div id="factory-reset-overlay" class="page" hidden>
2 <div class="close-button"></div> 2 <div class="close-button"></div>
3 <h1 i18n-content="factoryResetTitle"></h1> 3 <h1 i18n-content="factoryResetTitle"></h1>
4 <div class="content-area"> 4 <div class="content-area">
5 <span i18n-content="factoryResetDescription"></span> 5 <span i18n-content="factoryResetWarning"></span>
6 </div> 6 </div>
7 <div class="action-area button-strip"> 7 <div class="action-area button-strip">
8 <button id="factory-reset-data-dismiss" i18n-content="cancel"> 8 <button id="factory-reset-data-dismiss" i18n-content="cancel">
9 </button> 9 </button>
10 <button id="factory-reset-data-restart" 10 <button id="factory-reset-data-restart"
11 i18n-content="factoryResetDataRestart"> 11 i18n-content="factoryResetDataRestart">
12 </button> 12 </button>
13 </div> 13 </div>
14 </div> 14 </div>
OLDNEW
« 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