| Index: chrome/browser/resources/chromeos/chromevox/common/msgs.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/common/msgs.js b/chrome/browser/resources/chromeos/chromevox/common/msgs.js
|
| index 98f0995a816cbae8056cb2cd9c5f4c45925ee471..afb7720ac8a797d3f1d2e203563e42c0fdc5cbf0 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/common/msgs.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/common/msgs.js
|
| @@ -152,12 +152,12 @@ Msgs.Untranslated = {
|
| ROLE_OPTION: ' ',
|
| /** Braille of element with the ARIA role option. */
|
| ROLE_OPTION_BRL: ' ',
|
| - /** Braille of element with the ARIA attribute aria-checked=true. */
|
| - ARIA_CHECKED_TRUE_BRL: '(x)',
|
| - /** Braille of element with the ARIA attribute aria-checked=false. */
|
| - ARIA_CHECKED_FALSE_BRL: '( )',
|
| - /** Braille of element with the ARIA attribute aria-checked=mixed. */
|
| - ARIA_CHECKED_MIXED_BRL: '(-)',
|
| + /** Braille of element that is checked. */
|
| + CHECKED_TRUE_BRL: '(x)',
|
| + /** Braille of element that is unchecked. */
|
| + CHECKED_FALSE_BRL: '( )',
|
| + /** Braille of element where the checked state is mixed or indeterminate. */
|
| + CHECKED_MIXED_BRL: '(-)',
|
| /** Braille of element with the ARIA attribute aria-disabled=true. */
|
| ARIA_DISABLED_TRUE_BRL: 'xx',
|
| /** Braille of element with the ARIA attribute aria-expanded=true. */
|
|
|