desktop-sharing-page: Add missing period in the page description
HIG says that "Text generally shouldn’t end with a period. This applies [...] text that is written as a complete sentence", but the page description text isn't written as a complete sentence, so the guideline isn't applicable in this case. https://developer.gnome.org/hig/guidelines/writing-style.html
This commit is contained in:
parent
0e5b64ce03
commit
d9380e9683
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
<object class="AdwPreferencesGroup">
|
||||
<child>
|
||||
<object class="GtkLabel">
|
||||
<property name="label" translatable="yes">Share your existing desktop with other devices. The remote connection uses the existing screen resolution</property>
|
||||
<property name="label" translatable="yes">Share your existing desktop with other devices. The remote connection uses the existing screen resolution.</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="wrap">True</property>
|
||||
<property name="justify">center</property>
|
||||
|
|
Loading…
Add table
Reference in a new issue