[gnome-control-center] Background: Improve a11y of inline toolbar



commit dc1773866b65cd01f40bd05eeba4128f15d4a213
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun May 15 23:52:13 2011 -0400

    Background: Improve a11y of inline toolbar
    
    Give translatable labels to the add/remove buttons; while these
    are not shown in the ui, orca reads them.

 panels/background/background.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/panels/background/background.ui b/panels/background/background.ui
index 5d5b893..9960c85 100644
--- a/panels/background/background.ui
+++ b/panels/background/background.ui
@@ -82,7 +82,7 @@
             <child>
               <object class="GtkToolButton" id="add_button">
                 <property name="visible">True</property>
-                <property name="can_focus">False</property>
+                <property name="label" translatable="yes">Add wallpaper</property>
                 <property name="use_action_appearance">False</property>
                 <property name="use_underline">True</property>
                 <property name="icon_name">list-add-symbolic</property>
@@ -95,7 +95,7 @@
             <child>
               <object class="GtkToolButton" id="remove_button">
                 <property name="visible">True</property>
-                <property name="can_focus">False</property>
+                <property name="label" translatable="yes">Remove wallpaper</property>
                 <property name="use_action_appearance">False</property>
                 <property name="use_underline">True</property>
                 <property name="icon_name">list-remove-symbolic</property>



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