summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-02 20:03:08 +0000
committerjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-02 20:03:08 +0000
commitb3f7d32b6528237ee3687eed8a4aa3e89c4f5348 (patch)
tree79a7c8c08aa8ebc51e3e12697d530354730cdf60 /chrome
parent055145497be7f8526b190ad5ca99dd1cf6d9e020 (diff)
downloadchromium_src-b3f7d32b6528237ee3687eed8a4aa3e89c4f5348.zip
chromium_src-b3f7d32b6528237ee3687eed8a4aa3e89c4f5348.tar.gz
chromium_src-b3f7d32b6528237ee3687eed8a4aa3e89c4f5348.tar.bz2
Options: Fix a regression from r74533. Page title i18n-content values must
match the name of the OptionsPage name. BUG=73967 TEST=none Review URL: http://codereview.chromium.org/6597063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76591 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/resources/options/import_data_overlay.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/resources/options/import_data_overlay.html b/chrome/browser/resources/options/import_data_overlay.html
index adb2d9d..2cb0374 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>