search: Add missing mnemonics
Add mnemonics to the following rows: - App Search - Search Locations Partially fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2541
This commit is contained in:
parent
478229be35
commit
4471d4cec1
1 changed files with 4 additions and 2 deletions
|
@ -13,8 +13,9 @@
|
|||
<object class="AdwPreferencesGroup">
|
||||
<child>
|
||||
<object class="AdwActionRow">
|
||||
<property name="title" translatable="yes">App Search</property>
|
||||
<property name="title" translatable="yes">_App Search</property>
|
||||
<property name="subtitle" translatable="yes">Include app-provided search results.</property>
|
||||
<property name="use-underline">True</property>
|
||||
<property name="activatable-widget">main_switch</property>
|
||||
<child type="suffix">
|
||||
<object class="GtkSwitch" id="main_switch">
|
||||
|
@ -25,8 +26,9 @@
|
|||
</child>
|
||||
<child>
|
||||
<object class="CcListRow" id="settings_row">
|
||||
<property name="title" translatable="yes">Search Locations</property>
|
||||
<property name="title" translatable="yes">Search _Locations</property>
|
||||
<property name="subtitle" translatable="yes">Folders which are searched by system apps.</property>
|
||||
<property name="use-underline">True</property>
|
||||
<property name="activatable">True</property>
|
||||
<property name="show-arrow">True</property>
|
||||
<signal name="activated" handler="settings_row_activated" object="CcSearchPanel" swapped="yes"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue