| Index: chrome/browser/resources/chromeos/chromevox/chromevox/background/braille_captions_background.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/background/braille_captions_background.js b/chrome/browser/resources/chromeos/chromevox/chromevox/background/braille_captions_background.js
|
| index 0d2183c970466678700f506f1af19fb32f677b3a..2c7fa184355d6ca354350f710f5c58dd8273c7ae 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/chromevox/background/braille_captions_background.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/chromevox/background/braille_captions_background.js
|
| @@ -86,8 +86,8 @@ cvox.BrailleCaptionsBackground.setActive = function(newValue) {
|
| self.stateCallback_();
|
| }
|
| var msg = newValue ?
|
| - cvox.ChromeVox.msgs.getMsg('braille_captions_enabled') :
|
| - cvox.ChromeVox.msgs.getMsg('braille_captions_disabled');
|
| + Msgs.getMsg('braille_captions_enabled') :
|
| + Msgs.getMsg('braille_captions_disabled');
|
| cvox.ChromeVox.tts.speak(msg, cvox.QueueMode.QUEUE);
|
| cvox.ChromeVox.braille.write(cvox.NavBraille.fromText(msg));
|
| }
|
|
|