Chromium Code Reviews

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

Issue 5606008: DOMUI: Clean up importer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/browser/resources/options/import_data_overlay.html
diff --git a/chrome/browser/resources/options/import_data_overlay.html b/chrome/browser/resources/options/import_data_overlay.html
index 8607a0f322e2479da57974dfec710858ccad83bf..069b29c64e44457c86779cf8e3399b3584e4aa11 100644
--- a/chrome/browser/resources/options/import_data_overlay.html
+++ b/chrome/browser/resources/options/import_data_overlay.html
@@ -1,33 +1,33 @@
-<div class="page hidden" id="importDataOverlay">
- <h1 i18n-content="import_data_title"></h1>
+<div id="import-data-overlay" class="page hidden">
+ <h1 i18n-content="importDataTitle"></h1>
<div>
- <span i18n-content="import_from_label"></span>
+ <span i18n-content="importFromLabel"></span>
<select id="import-browsers"></select>
</div>
<div id="import-checkboxes">
- <div i18n-content="import_description"></div>
+ <div i18n-content="importDescription"></div>
<div>
<input id="import-history" type="checkbox">
- <label for="import-history" i18n-content="import_history"></label>
+ <label for="import-history" i18n-content="importHistory"></label>
</div>
<div>
<input id="import-favorites" type="checkbox">
- <label for="import-favorites" i18n-content="import_favorites"></label>
+ <label for="import-favorites" i18n-content="importFavorites"></label>
</div>
<div>
<input id="import-passwords" type="checkbox">
- <label for="import-passwords" i18n-content="import_passwords"></label>
+ <label for="import-passwords" i18n-content="importPasswords"></label>
</div>
<div>
<input id="import-search" type="checkbox">
- <label for="import-search" i18n-content="import_search"></label>
+ <label for="import-search" i18n-content="importSearch"></label>
</div>
</div>
<div class="action-area">
<span id="import-throbber"></span>
<div class="button-strip">
<button id="import-data-cancel" i18n-content="cancel"></button>
- <button id="import-data-commit" i18n-content="import_commit"></button>
+ <button id="import-data-commit" i18n-content="importCommit"></button>
</div>
</div>
</div>
« no previous file with comments | « chrome/browser/dom_ui/options/import_data_handler.cc ('k') | chrome/browser/resources/options/import_data_overlay.js » ('j') | no next file with comments »

Powered by Google App Engine