| Index: chrome/browser/resources/chromeos/login/accessibility_menu.html
|
| diff --git a/chrome/browser/resources/chromeos/login/accessibility_menu.html b/chrome/browser/resources/chromeos/login/accessibility_menu.html
|
| index 3c4d91a475738f0218dce26f961d6251a06274a9..1a407925819c7d3e6433a26cf2c9cb7cdcdd95ae 100644
|
| --- a/chrome/browser/resources/chromeos/login/accessibility_menu.html
|
| +++ b/chrome/browser/resources/chromeos/login/accessibility_menu.html
|
| @@ -1,32 +1,32 @@
|
| <div id="accessibility-menu" class="bubble faded" hidden>
|
| <div class="checkboxrow">
|
| <input id="spoken-feedback" type="checkbox">
|
| - <label for="spoken-feedback" class="checkboxlabel">
|
| - $i18n{spokenFeedbackOption}
|
| + <label for="spoken-feedback" class="checkboxlabel"
|
| + i18n-content="spokenFeedbackOption">
|
| </label>
|
| </div>
|
| <div class="checkboxrow">
|
| <input id="large-cursor" type="checkbox">
|
| - <label for="large-cursor" class="checkboxlabel">
|
| - $i18n{largeCursorOption}
|
| + <label for="large-cursor" class="checkboxlabel"
|
| + i18n-content="largeCursorOption">
|
| </label>
|
| </div>
|
| <div class="checkboxrow">
|
| <input id="high-contrast" type="checkbox">
|
| - <label for="high-contrast" class="checkboxlabel">
|
| - $i18n{highContrastOption}
|
| + <label for="high-contrast" class="checkboxlabel"
|
| + i18n-content="highContrastOption">
|
| </label>
|
| </div>
|
| <div class="checkboxrow">
|
| <input id="screen-magnifier" type="checkbox">
|
| - <label for="screen-magnifier" class="checkboxlabel">
|
| - $i18n{screenMagnifierOption}
|
| + <label for="screen-magnifier" class="checkboxlabel"
|
| + i18n-content="screenMagnifierOption">
|
| </label>
|
| </div>
|
| <div class="checkboxrow">
|
| <input id="virtual-keyboard" type="checkbox">
|
| - <label for="virtual-keyboard" class="checkboxlabel">
|
| - $i18n{virtualKeyboardOption}
|
| + <label for="virtual-keyboard" class="checkboxlabel"
|
| + i18n-content="virtualKeyboardOption">
|
| </label>
|
| </div>
|
| <div id="close-accessibility-menu" class="close-button"
|
|
|