Add period at end for consistency

Other plugin descriptions also have a period at the end.

Contributes to issue CURA-1190.
This commit is contained in:
Ghostkeeper 2016-03-22 13:35:28 +01:00
parent 6525e4637e
commit 47e856c927
No known key found for this signature in database
GPG Key ID: 701948C5954A7385

View File

@ -12,7 +12,7 @@ def getMetaData():
"plugin": {
"name": catalog.i18nc("@label", "CuraEngine Backend"),
"author": "Ultimaker",
"description": catalog.i18nc("@info:whatsthis", "Provides the link to the CuraEngine slicing backend"),
"description": catalog.i18nc("@info:whatsthis", "Provides the link to the CuraEngine slicing backend."),
"api": 2
}
}