mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 13:17:51 -06:00
Fix key in metadata
The description key was broken (typo). Contributes to issue CURA-1190.
This commit is contained in:
parent
47e856c927
commit
b67ba04222
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ def getMetaData():
|
||||||
"name": i18n_catalog.i18nc("@label", "Solid View"),
|
"name": i18n_catalog.i18nc("@label", "Solid View"),
|
||||||
"author": "Ultimaker",
|
"author": "Ultimaker",
|
||||||
"version": "1.0",
|
"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
|
"api": 2
|
||||||
},
|
},
|
||||||
"view": {
|
"view": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue