1
0
mirror of https://gitlab.gnome.org/GNOME/nautilus synced 2024-06-30 23:46:35 +00:00

properties-window: Remove period from status page description

"Text generally shouldn’t end with a period. This applies
to headings, descriptions, and includes text that is
written as a complete sentence."

https://developer.gnome.org/hig/guidelines/writing-style.html#periods
This commit is contained in:
Automeris naranja 2024-05-20 20:57:29 -03:00
parent eb285df21d
commit cc6378b337

View File

@ -527,7 +527,7 @@
<object class="AdwStatusPage" id="unknown_permissions_page">
<property name="icon-name">dialog-error-symbolic</property>
<property name="title" translatable="yes">Unknown Permissions</property>
<property name="description" translatable="yes">The permissions of the selected files could not be determined.</property>
<property name="description" translatable="yes">The permissions of the selected files could not be determined</property>
</object>
</property>
</object>