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

Unified Diff: chrome/browser/resources/options/chromeos/keyboard_overlay.html

Issue 442583002: Change document.title used for keyboard overlay (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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
Index: chrome/browser/resources/options/chromeos/keyboard_overlay.html
diff --git a/chrome/browser/resources/options/chromeos/keyboard_overlay.html b/chrome/browser/resources/options/chromeos/keyboard_overlay.html
index 00449ab34b3a7fd4ea8b2aae60a2f832380fced0..c14a43b3d6e50fad181d8e5c2025f1c5873818a2 100644
--- a/chrome/browser/resources/options/chromeos/keyboard_overlay.html
+++ b/chrome/browser/resources/options/chromeos/keyboard_overlay.html
@@ -1,6 +1,6 @@
<div id="keyboard-overlay" class="page" hidden>
<div class="close-button"></div>
- <h1 i18n-content="keyboardOverlayTitle"></h1>
+ <h1 i18n-content="keyboardOverlay"></h1>
<div class="content-area">
<table class="option-control-table">
<tr>

Powered by Google App Engine
This is Rietveld 408576698