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:10:57 +0300
committerGhostkeeper <ghost_keeper+github@hotmail.com>2016-03-22 17:10:57 +0300
commita056ddc885d7eb333ab323f7552bfffd35635a8a (patch)
treecf3d694678d494028bd2f9675343f5615fdd13d4 /plugins
parentb457af108174821965ae8e3ee28eb3d34c0fec06 (diff)
Add period at end of plug-in description
For consistency. All other plug-ins have this (no really, now). Contributes to issue CURA-1190.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/ChangeLogPlugin/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ChangeLogPlugin/__init__.py b/plugins/ChangeLogPlugin/__init__.py
index 40c0621a63..42683d91dc 100644
--- a/plugins/ChangeLogPlugin/__init__.py
+++ b/plugins/ChangeLogPlugin/__init__.py
@@ -12,7 +12,7 @@ def getMetaData():
"name": catalog.i18nc("@label", "Changelog"),
"author": "Ultimaker",
"version": "1.0",
- "description": catalog.i18nc("@info:whatsthis", "Shows changes since latest checked version"),
+ "description": catalog.i18nc("@info:whatsthis", "Shows changes since latest checked version."),
"api": 2
}
}