diff options
author | Lukáš Tyrychtr <lukastyrychtr@gmail.com> | 2022-05-09 12:57:11 +0200 |
---|---|---|
committer | Robert Ancell <robert.ancell@gmail.com> | 2022-05-29 23:06:33 +0000 |
commit | 666af4ddea970975cf065b13be5d6a44e3d6fdc9 (patch) | |
tree | f2d67518ac252c06ff039c15b4fa59912e194c7b /panels/location | |
parent | 6388d3715a1bd3f301fc6a169e29fce289c1c4fc (diff) | |
download | gnome-control-center-666af4ddea970975cf065b13be5d6a44e3d6fdc9.tar.gz |
Add a missing label
Diffstat (limited to 'panels/location')
-rw-r--r-- | panels/location/cc-location-panel.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/panels/location/cc-location-panel.ui b/panels/location/cc-location-panel.ui index d2c48d494..ffe03a98e 100644 --- a/panels/location/cc-location-panel.ui +++ b/panels/location/cc-location-panel.ui @@ -5,6 +5,9 @@ <child type="titlebar-end"> <object class="GtkSwitch" id="main_switch"> <property name="valign">center</property> + <accessibility> + <property name="label" translatable="yes">Enabled</property> + </accessibility> </object> </child> |