mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-02 07:11:22 -07: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
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ def getMetaData():
|
||||||
"name": catalog.i18nc("@label", "Changelog"),
|
"name": catalog.i18nc("@label", "Changelog"),
|
||||||
"author": "Ultimaker",
|
"author": "Ultimaker",
|
||||||
"version": "1.0",
|
"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
|
"api": 2
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue