Add period after description

This is in line with most other descriptions.

Contributes to issue CURA-1190.
This commit is contained in:
Ghostkeeper 2016-03-22 17:02:42 +01:00
parent a60f63c71b
commit a89e128f72
No known key found for this signature in database
GPG key ID: 701948C5954A7385

View file

@ -11,7 +11,7 @@ def getMetaData():
"plugin": {
"name": catalog.i18nc("@label", "Removable Drive Output Device Plugin"),
"author": "Ultimaker B.V.",
"description": catalog.i18nc("@info:whatsthis", "Provides removable drive hotplugging and writing support"),
"description": catalog.i18nc("@info:whatsthis", "Provides removable drive hotplugging and writing support."),
"version": "1.0",
"api": 2
}