Browse Source

Fix key in metadata

The description key was broken (typo).

Contributes to issue CURA-1190.
Ghostkeeper 9 years ago
parent
commit
b67ba04222
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/SolidView/__init__.py

+ 1 - 1
plugins/SolidView/__init__.py

@@ -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": {