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

Unified 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, 10 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/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 adb2d9d6ee9e371a72ea3b6ada69dcacc91fbc8d..2cb037487eeebddbf6087723d6f0c6ba97e55381 100644
--- a/chrome/browser/resources/options/import_data_overlay.html
+++ b/chrome/browser/resources/options/import_data_overlay.html
@@ -1,5 +1,5 @@
<div id="import-data-overlay" class="page hidden">
- <h1 i18n-content="importDataOverlayTitle"></h1>
+ <h1 i18n-content="importDataOverlay"></h1>
<div class="content-area">
<div id="import-from-div">
<span i18n-content="importFromLabel"></span>
« 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