| Index: ui/accessibility/extensions/highcontrast/popup.html
|
| diff --git a/ui/accessibility/extensions/highcontrast/popup.html b/ui/accessibility/extensions/highcontrast/popup.html
|
| index 6b60d1c00aa649f74d04fa991b3a5d0f3d12f3bf..e3e58d9863c73c46ffc0363872a2ea4b7977365c 100644
|
| --- a/ui/accessibility/extensions/highcontrast/popup.html
|
| +++ b/ui/accessibility/extensions/highcontrast/popup.html
|
| @@ -1,7 +1,6 @@
|
| <!doctype html>
|
| <html>
|
| <head>
|
| -<title>High Contrast Pop-up</title>
|
| <link rel="stylesheet" type="text/css" href="highcontrast.css">
|
| <style type="text/css">
|
| html {
|
| @@ -63,7 +62,7 @@ input[type="radio"] {
|
| </head>
|
| <body>
|
|
|
| -<h2 id="title" tabIndex="0"></h2>
|
| +<h2 id="title"></h2>
|
|
|
| <button id="toggle"></button>
|
|
|
| @@ -73,11 +72,11 @@ input[type="radio"] {
|
| <legend id="scheme_title"></legend>
|
| <label>
|
| <input type="radio" name="scheme" value="0">
|
| - Normal
|
| + <span i18n-content="normal"></span>
|
| </label>
|
| <label>
|
| <input type="radio" name="scheme" value="1">
|
| - Increased Contrast
|
| + <span i18n-content="increased_contrast"><span>Increased Contrast
|
| </label>
|
| <label>
|
| <input type="radio" name="scheme" value="2">
|
|
|