diff --git a/js/ui/status/accessibility.js b/js/ui/status/accessibility.js index 42d3a3c4c..20c54c6e1 100644 --- a/js/ui/status/accessibility.js +++ b/js/ui/status/accessibility.js @@ -56,9 +56,9 @@ const ATIndicator = new Lang.Class({ let textZoom = this._buildFontItem(); this.menu.addMenuItem(textZoom); -// let screenReader = this._buildItem(_("Screen Reader"), APPLICATIONS_SCHEMA, -// 'screen-reader-enabled'); -// this.menu.addMenuItem(screenReader); + let screenReader = this._buildItem(_("Screen Reader"), APPLICATIONS_SCHEMA, + 'screen-reader-enabled'); + this.menu.addMenuItem(screenReader); let screenKeyboard = this._buildItem(_("Screen Keyboard"), APPLICATIONS_SCHEMA, 'screen-keyboard-enabled');