| Index: chrome/browser/resources/chromeos/chromevox/chromevox/background/kbexplorer.html
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/background/kbexplorer.html b/chrome/browser/resources/chromeos/chromevox/chromevox/background/kbexplorer.html
|
| index 468828e6fb7ea06ef0d2021c29dda11406e771aa..13abc71c70b62d20e0da64da2f9e67f0cf50278c 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/chromevox/background/kbexplorer.html
|
| +++ b/chrome/browser/resources/chromeos/chromevox/chromevox/background/kbexplorer.html
|
| @@ -4,10 +4,10 @@
|
| found in the LICENSE file. -->
|
| <html>
|
| <head>
|
| -<title class="i18n" msg="kbexplorer_title">Chrome OS Keyboard Explorer</title>
|
| +<title class="i18n" msg="kbexplorer_title">ChromeVox Learn Mode</title>
|
| <style type="text/css">
|
| h2 {
|
| - font-family:arial;
|
| + font-family: arial;
|
| }
|
| </style>
|
| <script type="text/javascript" src="../../closure/base.js"></script>
|
| @@ -18,9 +18,9 @@ h2 {
|
|
|
| </head>
|
| <body>
|
| - <h2 class="i18n" msgid="kbexplorer_title">ChromeOS Keyboard Explorer</h2>
|
| - <p class="i18n" msgid="kbexplorer_instructions">
|
| - Press any key to learn its name. Ctrl + W will close the keyboard explorer.
|
| + <h2 class="i18n" msgid="kbexplorer_title">ChromeVox Learn Mode</h2>
|
| + <p id="instruction" tabindex=-1 class="i18n" msgid="kbexplorer_instructions">
|
| + Press any key to learn its name. Ctrl + W will close learn mode.
|
| </p>
|
| </body>
|
| </html>
|
|
|