Remove trailing period in application summary
For the AppStream metadata (appdata.xml), there is a rule saying that the summary shouldn’t end with a period (as confirmed by ‘appstream-util validate-strict’). For the .desktop file, *most* applications omit the period. The rule is not language-dependent, so I have also removed the period from all translations (.po files).
This commit is contained in:
parent
695d8044d0
commit
d8d67440da
131 changed files with 219 additions and 219 deletions
|
|
@ -6,7 +6,7 @@
|
|||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>GPL-3.0+</project_license>
|
||||
<name>Tux Paint</name>
|
||||
<summary>A drawing program for children.</summary>
|
||||
<summary>A drawing program for children</summary>
|
||||
<description>
|
||||
<p>
|
||||
Tux Paint is a free, award-winning drawing program for children ages 3 to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue