mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 03:59:04 +08:00
Add period at end of plug-in description
For consistency. All other plug-ins have this (no really, now). Contributes to issue CURA-1190.
This commit is contained in:
parent
b457af1081
commit
a056ddc885
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user