From b576e4a7bdf566b5a608e0fb4bbe22784b1ac29f Mon Sep 17 00:00:00 2001 From: nickthetait Date: Tue, 8 Nov 2016 15:27:40 -0700 Subject: [PATCH] Improve description of plugin for T466 --- plugins/GCodeReader/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/GCodeReader/__init__.py b/plugins/GCodeReader/__init__.py index 39246072f9..4bb3d787bb 100644 --- a/plugins/GCodeReader/__init__.py +++ b/plugins/GCodeReader/__init__.py @@ -12,7 +12,7 @@ def getMetaData(): "name": i18n_catalog.i18nc("@label", "GCODE Reader"), "author": "Victor Larchenko", "version": "1.0", - "description": i18n_catalog.i18nc("@info:whatsthis", "Makes it possbile to read GCODE files."), + "description": i18n_catalog.i18nc("@info:whatsthis", "Allows displaying GCODE files."), "api": 3 }, "mesh_reader": [