multitasking: Remove periods in subtitles
This commit is contained in:
parent
29e856bc26
commit
23d2a0aad0
1 changed files with 4 additions and 4 deletions
|
@ -19,7 +19,7 @@
|
|||
<object class="CcIllustratedRow" id="hot_corner_row">
|
||||
<property name="activatable-widget">hot_corner_switch</property>
|
||||
<property name="title" translatable="yes">_Hot Corner</property>
|
||||
<property name="subtitle" translatable="yes">Touch the top-left corner to open the Activities Overview.</property>
|
||||
<property name="subtitle" translatable="yes">Touch the top-left corner to open the Activities Overview</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="resource">/org/gnome/control-center/multitasking/assets/hot-corner.svg</property>
|
||||
<child>
|
||||
|
@ -35,7 +35,7 @@
|
|||
<object class="CcIllustratedRow" id="active_screen_edges_row">
|
||||
<property name="activatable-widget">active_screen_edges_switch</property>
|
||||
<property name="title" translatable="yes">_Active Screen Edges</property>
|
||||
<property name="subtitle" translatable="yes">Drag windows against the top, left, and right screen edges to resize them.</property>
|
||||
<property name="subtitle" translatable="yes">Drag windows against the top, left, and right screen edges to resize them</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="resource">/org/gnome/control-center/multitasking/assets/active-screen-edges.svg</property>
|
||||
<child>
|
||||
|
@ -58,7 +58,7 @@
|
|||
<object class="AdwActionRow">
|
||||
<property name="activatable-widget">dynamic_workspaces_radio</property>
|
||||
<property name="title" translatable="yes">_Dynamic Workspaces</property>
|
||||
<property name="subtitle" translatable="yes">Automatically removes empty workspaces.</property>
|
||||
<property name="subtitle" translatable="yes">Automatically removes empty workspaces</property>
|
||||
<property name="use_underline">True</property>
|
||||
<child type="prefix">
|
||||
<object class="GtkCheckButton" id="dynamic_workspaces_radio">
|
||||
|
@ -73,7 +73,7 @@
|
|||
<object class="AdwActionRow">
|
||||
<property name="activatable-widget">fixed_workspaces_radio</property>
|
||||
<property name="title" translatable="yes">_Fixed Number of Workspaces</property>
|
||||
<property name="subtitle" translatable="yes">Specify a number of permanent workspaces.</property>
|
||||
<property name="subtitle" translatable="yes">Specify a number of permanent workspaces</property>
|
||||
<property name="use_underline">True</property>
|
||||
<child type="prefix">
|
||||
<object class="GtkCheckButton" id="fixed_workspaces_radio">
|
||||
|
|
Loading…
Add table
Reference in a new issue