Index: chrome/browser/resources/options/chromeos/keyboard_overlay.js |
diff --git a/chrome/browser/resources/options/chromeos/keyboard_overlay.js b/chrome/browser/resources/options/chromeos/keyboard_overlay.js |
index 6bbe81cd3a415bfd9501e1a847b1c9a8476f262a..0e2d56d0d7cd809697bb322f3d260665a0d08c02 100644 |
--- a/chrome/browser/resources/options/chromeos/keyboard_overlay.js |
+++ b/chrome/browser/resources/options/chromeos/keyboard_overlay.js |
@@ -30,7 +30,7 @@ cr.define('options', function() { |
*/ |
function KeyboardOverlay() { |
options.SettingsDialog.call(this, 'keyboard-overlay', |
- loadTimeData.getString('keyboardOverlayTitle'), |
+ loadTimeData.getString('keyboardOverlayTabTitle'), |
stevenjb
2014/08/05 21:23:57
So, RegisterTitle generates the 'keyboardOverlayTa
michaelpg
2014/08/05 21:41:05
Yep, I noticed other overlays tend to use it for t
|
'keyboard-overlay', |
$('keyboard-confirm'), $('keyboard-cancel')); |
} |