Add period at end of plug-in description

For consistency. All other plug-ins have this (no really, now).

Contributes to issue CURA-1190.
This commit is contained in:
Ghostkeeper 2016-03-22 15:10:57 +01:00
parent b457af1081
commit a056ddc885
No known key found for this signature in database
GPG Key ID: 701948C5954A7385

View File

@ -12,7 +12,7 @@ def getMetaData():
"name": catalog.i18nc("@label", "Changelog"), "name": catalog.i18nc("@label", "Changelog"),
"author": "Ultimaker", "author": "Ultimaker",
"version": "1.0", "version": "1.0",
"description": catalog.i18nc("@info:whatsthis", "Shows changes since latest checked version"), "description": catalog.i18nc("@info:whatsthis", "Shows changes since latest checked version."),
"api": 2 "api": 2
} }
} }