mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -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"),
|
||||
"author": "Ultimaker",
|
||||
"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
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue