[gnome-control-center] Add a missing label to the automatic timezone switch



commit fd7691c0b9a6d45a9f3d098227362edc45cd2c84
Author: Lukáš Tyrychtr <lukastyrychtr gmail com>
Date:   Mon May 2 17:24:21 2022 +0200

    Add a missing label to the automatic timezone switch

 panels/datetime/cc-datetime-panel.ui | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/panels/datetime/cc-datetime-panel.ui b/panels/datetime/cc-datetime-panel.ui
index 364666ba8..4a5b9428c 100644
--- a/panels/datetime/cc-datetime-panel.ui
+++ b/panels/datetime/cc-datetime-panel.ui
@@ -168,6 +168,9 @@
                 <child>
                   <object class="GtkSwitch" id="network_time_switch">
                     <property name="valign">center</property>
+                    <accessibility>
+                      <property name="label" translatable="yes">Enable</property>
+                    </accessibility>
                   </object>
                 </child>
               </object>
@@ -205,6 +208,9 @@
                 <child>
                   <object class="GtkSwitch" id="auto_timezone_switch">
                     <property name="valign">center</property>
+                    <accessibility>
+                    <property name="label" translatable="yes">Enabled</property>
+                    </accessibility>
                   </object>
                 </child>
               </object>


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