search: Tweak search locations labels
Make it clearer that the search locations are parts of the filesystem. Fixes #2885
This commit is contained in:
parent
2d078ba147
commit
68213ade9f
2 changed files with 5 additions and 5 deletions
|
@ -16,10 +16,10 @@
|
|||
</child>
|
||||
<property name="content">
|
||||
<object class="AdwPreferencesPage">
|
||||
<property name="description" translatable="yes">Folders which are searched by system apps, such as Files, Photos and Videos</property>
|
||||
<property name="description" translatable="yes">Filesystem locations which are searched by system apps, such as Files</property>
|
||||
<child>
|
||||
<object class="AdwPreferencesGroup" id="places_group">
|
||||
<property name="title" translatable="yes">Places</property>
|
||||
<property name="title" translatable="yes">Default Locations</property>
|
||||
<child>
|
||||
<object class="GtkListBox" id="places_list">
|
||||
<property name="selection-mode">none</property>
|
||||
|
@ -36,7 +36,7 @@
|
|||
</child>
|
||||
<child>
|
||||
<object class="AdwPreferencesGroup" id="bookmarks_group">
|
||||
<property name="title" translatable="yes">Bookmarks</property>
|
||||
<property name="title" translatable="yes">Bookmarked Locations</property>
|
||||
<child>
|
||||
<object class="GtkListBox" id="bookmarks_list">
|
||||
<property name="selection-mode">none</property>
|
||||
|
@ -53,7 +53,7 @@
|
|||
</child>
|
||||
<child>
|
||||
<object class="AdwPreferencesGroup" id="others_group">
|
||||
<property name="title" translatable="yes">Others</property>
|
||||
<property name="title" translatable="yes">Custom Locations</property>
|
||||
<property name="header-suffix">
|
||||
<object class="GtkButton" id="locations_add">
|
||||
<property name="valign">center</property>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
<child>
|
||||
<object class="CcListRow" id="settings_row">
|
||||
<property name="title" translatable="yes">Search _Locations</property>
|
||||
<property name="subtitle" translatable="yes">Folders which are searched by system apps</property>
|
||||
<property name="subtitle" translatable="yes">Filesystem locations which are searched by system apps</property>
|
||||
<property name="activatable">True</property>
|
||||
<property name="show-arrow">True</property>
|
||||
<signal name="activated" handler="show_search_locations_dialog" object="CcSearchPanel" swapped="yes"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue