[gnome-shell] a11y: Set an accessible-name to the overview



commit 92d2ebc3f97b302631ab2f0130921272a1383713
Author: Alejandro PiÃeiro <apinheiro igalia com>
Date:   Mon Mar 5 16:07:37 2012 +0100

    a11y: Set an accessible-name to the overview
    
    https://bugzilla.gnome.org/show_bug.cgi?id=671378

 js/ui/overview.js |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/js/ui/overview.js b/js/ui/overview.js
index 7858c34..c1a4d5c 100644
--- a/js/ui/overview.js
+++ b/js/ui/overview.js
@@ -126,7 +126,10 @@ const Overview = new Lang.Class({
 
         this._spacing = 0;
 
+        /* Translators: This is the main view to select
+           activities. See also note for "Activities" string. */
         this._group = new St.Widget({ name: 'overview',
+                                      accessible_name: _("Overview"),
                                       reactive: true });
         this._group._delegate = this;
         this._group.connect('style-changed',



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]