search: Remove periods in subtitles
This commit is contained in:
parent
a4dc4d150e
commit
1d13e5852f
2 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@
|
|||
</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">Folders which are searched by system apps, such as Files, Photos and Videos</property>
|
||||
<child>
|
||||
<object class="AdwPreferencesGroup" id="places_group">
|
||||
<property name="title" translatable="yes">Places</property>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<child>
|
||||
<object class="AdwActionRow">
|
||||
<property name="title" translatable="yes">_App Search</property>
|
||||
<property name="subtitle" translatable="yes">Include app-provided search results.</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">
|
||||
|
@ -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">Folders which are searched by system apps</property>
|
||||
<property name="activatable">True</property>
|
||||
<property name="show-arrow">True</property>
|
||||
<signal name="activated" handler="settings_row_activated" object="CcSearchPanel" swapped="yes"/>
|
||||
|
@ -38,7 +38,7 @@
|
|||
<child>
|
||||
<object class="AdwPreferencesGroup" id="search_group">
|
||||
<property name="title" translatable="yes">Search Results</property>
|
||||
<property name="description" translatable="yes">Results are displayed according to the list order.</property>
|
||||
<property name="description" translatable="yes">Results are displayed according to the list order</property>
|
||||
<child>
|
||||
<object class="GtkListBox" id="list_box">
|
||||
<property name="selection-mode">none</property>
|
||||
|
|
Loading…
Add table
Reference in a new issue