search: Remove periods in subtitles

This commit is contained in:
Monster 2024-02-02 16:23:39 +01:00 committed by Felipe Borges
parent a4dc4d150e
commit 1d13e5852f
2 changed files with 4 additions and 4 deletions

View file

@ -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>

View file

@ -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>