From a056ddc885d7eb333ab323f7552bfffd35635a8a Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 22 Mar 2016 15:10:57 +0100 Subject: [PATCH] Add period at end of plug-in description For consistency. All other plug-ins have this (no really, now). Contributes to issue CURA-1190. --- plugins/ChangeLogPlugin/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } }