Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <ghost_keeper+github@hotmail.com>2016-03-22 17:07:05 +0300
committerGhostkeeper <ghost_keeper+github@hotmail.com>2016-03-22 17:07:05 +0300
commitb457af108174821965ae8e3ee28eb3d34c0fec06 (patch)
treed13cafc93af1b11dba71075e7c6fbc3c8a3c21b6 /plugins/GCodeWriter
parent94b8ff7492f812d6b376ba063bca7317c2bebb3a (diff)
Add period at end of plug-in description
All other plug-in descriptions have that too. So for consistency. Contributes to issue CURA-1190.
Diffstat (limited to 'plugins/GCodeWriter')
-rw-r--r--plugins/GCodeWriter/__init__.py2
1 files changed, 1 insertions, 1 deletions
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
},