From edbbc962811fe11669dac13ff78c2d52c6cdd41f Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 14 Dec 2015 16:46:11 +0100 Subject: [PATCH] Update metadata for GCodeReader It more accurately describes what the plugin does. Contributes to issue CURA-34. --- plugins/GCodeReader/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/GCodeReader/__init__.py b/plugins/GCodeReader/__init__.py index 52e01626c6..f78024d3d3 100644 --- a/plugins/GCodeReader/__init__.py +++ b/plugins/GCodeReader/__init__.py @@ -9,10 +9,10 @@ catalog = i18nCatalog("cura") def getMetaData(): return { "plugin": { - "name": catalog.i18nc("@label", "GCode Reader"), + "name": catalog.i18nc("@label", "GCode Profile Reader"), "author": "Ultimaker", "version": "1.0", - "description": catalog.i18nc("@info:whatsthis", "Provides support for reading GCode files."), + "description": catalog.i18nc("@info:whatsthis", "Provides support for importing profiles from g-code files."), "api": 2 }, "profile_reader": {