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

Side by Side Diff: chrome/browser/resources/options/import_data_overlay.html

Issue 6597063: Options: Fix a regression from r74533. Page title i18n-content values must (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 9 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 | no next file » | 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="import-data-overlay" class="page hidden"> 1 <div id="import-data-overlay" class="page hidden">
2 <h1 i18n-content="importDataOverlayTitle"></h1> 2 <h1 i18n-content="importDataOverlay"></h1>
3 <div class="content-area"> 3 <div class="content-area">
4 <div id="import-from-div"> 4 <div id="import-from-div">
5 <span i18n-content="importFromLabel"></span> 5 <span i18n-content="importFromLabel"></span>
6 <select id="import-browsers"> 6 <select id="import-browsers">
7 <option i18n-content="importLoading"></option> 7 <option i18n-content="importLoading"></option>
8 </select> 8 </select>
9 </div> 9 </div>
10 <div id="import-checkboxes"> 10 <div id="import-checkboxes">
11 <div i18n-content="importDescription"></div> 11 <div i18n-content="importDescription"></div>
12 <div> 12 <div>
(...skipping 17 matching lines...) Expand all
30 <div class="action-area"> 30 <div class="action-area">
31 <div class="action-area-right"> 31 <div class="action-area-right">
32 <div id="import-throbber" class="throbber"></div> 32 <div id="import-throbber" class="throbber"></div>
33 <div class="button-strip"> 33 <div class="button-strip">
34 <button id="import-data-cancel" i18n-content="cancel"></button> 34 <button id="import-data-cancel" i18n-content="cancel"></button>
35 <button id="import-data-commit" i18n-content="importCommit"></button> 35 <button id="import-data-commit" i18n-content="importCommit"></button>
36 </div> 36 </div>
37 </div> 37 </div>
38 </div> 38 </div>
39 </div> 39 </div>
OLDNEW
« 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