Browse Source

Add period after description

This is in line with most other descriptions.

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

+ 1 - 1
plugins/RemovableDriveOutputDevice/__init__.py

@@ -11,7 +11,7 @@ def getMetaData():
         "plugin": {
         "plugin": {
             "name": catalog.i18nc("@label", "Removable Drive Output Device Plugin"),
             "name": catalog.i18nc("@label", "Removable Drive Output Device Plugin"),
             "author": "Ultimaker B.V.",
             "author": "Ultimaker B.V.",
-            "description": catalog.i18nc("@info:whatsthis", "Provides removable drive hotplugging and writing support"),
+            "description": catalog.i18nc("@info:whatsthis", "Provides removable drive hotplugging and writing support."),
             "version": "1.0",
             "version": "1.0",
             "api": 2
             "api": 2
         }
         }