Browse Source

Add period at end of plug-in description

For consistency. All other plug-ins have this (no really, now).

Contributes to issue CURA-1190.
Ghostkeeper 9 years ago
parent
commit
a056ddc885
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/ChangeLogPlugin/__init__.py

+ 1 - 1
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
         }
     }