[gnome-control-center] Add an a11y label to the switch



commit 6388d3715a1bd3f301fc6a169e29fce289c1c4fc
Author: Lukáš Tyrychtr <lukastyrychtr gmail com>
Date:   Tue May 3 10:51:26 2022 +0200

    Add an a11y label to the switch

 panels/diagnostics/cc-diagnostics-panel.ui | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/panels/diagnostics/cc-diagnostics-panel.ui b/panels/diagnostics/cc-diagnostics-panel.ui
index 13cf4c0bd..a08a4ca68 100644
--- a/panels/diagnostics/cc-diagnostics-panel.ui
+++ b/panels/diagnostics/cc-diagnostics-panel.ui
@@ -14,6 +14,9 @@
                 <child type="suffix">
                   <object class="GtkSwitch" id="abrt_switch">
                     <property name="valign">center</property>
+                    <accessibility>
+                      <property name="label" translatable="yes">Enable</property>
+                    </accessibility>
                   </object>
                 </child>
               </object>


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