mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 00:07:51 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue