diff options
author | Lukáš Tyrychtr <lukastyrychtr@gmail.com> | 2022-05-18 17:00:24 +0200 |
---|---|---|
committer | Robert Ancell <robert.ancell@gmail.com> | 2022-05-25 23:43:28 +0000 |
commit | eece14f1cdcc02bdf8c59953a815609df42340a2 (patch) | |
tree | aa935448d7d44af4780b44ae394b01454be9950a /panels/region | |
parent | 99f27e802fe14bdf6e41227353836678b759ddcd (diff) | |
download | gnome-control-center-eece14f1cdcc02bdf8c59953a815609df42340a2.tar.gz |
Add a missing a11y label to the search box in the country selection dialog
Diffstat (limited to 'panels/region')
-rw-r--r-- | panels/region/cc-format-chooser.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/panels/region/cc-format-chooser.ui b/panels/region/cc-format-chooser.ui index 022af60e1..a8faa70b1 100644 --- a/panels/region/cc-format-chooser.ui +++ b/panels/region/cc-format-chooser.ui @@ -78,6 +78,9 @@ <property name="margin-bottom">18</property> <property name="margin-start">18</property> <property name="margin-end">18</property> + <accessibility> + <property name="label" translatable="yes">Search</property> + </accessibility> <signal name="search-changed" handler="filter_changed" object="CcFormatChooser" swapped="yes" /> </object> </child> |