search-locations-dialog: Add missing mnemonic to the "Add Location" button
Partially fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2541
This commit is contained in:
parent
4471d4cec1
commit
07d117c789
1 changed files with 2 additions and 1 deletions
|
@ -60,7 +60,8 @@
|
|||
<property name="child">
|
||||
<object class="AdwButtonContent">
|
||||
<property name="icon-name">list-add-symbolic</property>
|
||||
<property name="label" translatable="yes">Add Location…</property>
|
||||
<property name="label" translatable="yes">_Add Location…</property>
|
||||
<property name="use-underline">True</property>
|
||||
</object>
|
||||
</property>
|
||||
<signal name="clicked" handler="add_button_clicked" object="CcSearchLocationsDialog" swapped="yes"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue