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:
Automeris naranja 2024-04-13 00:22:58 -03:00
parent 0e5b64ce03
commit d9380e9683

View file

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