From b67ba04222215aa686421b3b249c42b60d69f4b4 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 22 Mar 2016 15:05:22 +0100 Subject: [PATCH] Fix key in metadata The description key was broken (typo). Contributes to issue CURA-1190. --- plugins/SolidView/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/SolidView/__init__.py b/plugins/SolidView/__init__.py index a2d874f8cb..0317648e6e 100644 --- a/plugins/SolidView/__init__.py +++ b/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": {