From b457af108174821965ae8e3ee28eb3d34c0fec06 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 22 Mar 2016 15:07:05 +0100 Subject: [PATCH] Add period at end of plug-in description All other plug-in descriptions have that too. So for consistency. Contributes to issue CURA-1190. --- plugins/GCodeWriter/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/GCodeWriter/__init__.py b/plugins/GCodeWriter/__init__.py index 2c3a47ecef..cd8a5d3418 100644 --- a/plugins/GCodeWriter/__init__.py +++ b/plugins/GCodeWriter/__init__.py @@ -12,7 +12,7 @@ def getMetaData(): "name": catalog.i18nc("@label", "GCode Writer"), "author": "Ultimaker", "version": "1.0", - "description": catalog.i18nc("@info:whatsthis", "Writes GCode to a file"), + "description": catalog.i18nc("@info:whatsthis", "Writes GCode to a file."), "api": 2 },