Add period at end of plug-in description

All other plug-in descriptions have that too. So for consistency.

Contributes to issue CURA-1190.
This commit is contained in:
Ghostkeeper 2016-03-22 15:07:05 +01:00
parent 94b8ff7492
commit b457af1081
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", "GCode Writer"),
"author": "Ultimaker",
"version": "1.0",
"description": catalog.i18nc("@info:whatsthis", "Writes GCode to a file"),
"description": catalog.i18nc("@info:whatsthis", "Writes GCode to a file."),
"api": 2
},