From a2d4f133b7b4aba37d40cbfdee7d33b9ec5b8786 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Fri, 23 Mar 2012 21:12:51 +0100 Subject: [PATCH] a11y: Set a name for the keyboard status icon https://bugzilla.gnome.org/show_bug.cgi?id=672719 --- js/ui/status/keyboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/status/keyboard.js b/js/ui/status/keyboard.js index cffb6086a..629944288 100644 --- a/js/ui/status/keyboard.js +++ b/js/ui/status/keyboard.js @@ -41,7 +41,7 @@ const XKBIndicator = new Lang.Class({ Extends: PanelMenu.Button, _init: function() { - this.parent(0.0); + this.parent(0.0, _("Keyboard")); this._container = new Shell.GenericContainer(); this._container.connect('get-preferred-width', Lang.bind(this, this._containerGetPreferredWidth));