mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 23:16:06 +08:00
Add period at end of plug-in description
All other plug-in descriptions have that too. So for consistency. Contributes to issue CURA-1190.
This commit is contained in:
parent
94b8ff7492
commit
b457af1081
@ -12,7 +12,7 @@ def getMetaData():
|
|||||||
"name": catalog.i18nc("@label", "GCode Writer"),
|
"name": catalog.i18nc("@label", "GCode Writer"),
|
||||||
"author": "Ultimaker",
|
"author": "Ultimaker",
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"description": catalog.i18nc("@info:whatsthis", "Writes GCode to a file"),
|
"description": catalog.i18nc("@info:whatsthis", "Writes GCode to a file."),
|
||||||
"api": 2
|
"api": 2
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user