Fix key in metadata

The description key was broken (typo).

Contributes to issue CURA-1190.
This commit is contained in:
Ghostkeeper 2016-03-22 15:05:22 +01:00
parent 47e856c927
commit b67ba04222
No known key found for this signature in database
GPG key ID: 701948C5954A7385

View file

@ -12,7 +12,7 @@ def getMetaData():
"name": i18n_catalog.i18nc("@label", "Solid View"),
"author": "Ultimaker",
"version": "1.0",
"decription": i18n_catalog.i18nc("@info:whatsthis", "Provides a normal solid mesh view."),
"description": i18n_catalog.i18nc("@info:whatsthis", "Provides a normal solid mesh view."),
"api": 2
},
"view": {