Fixed changelog plugin so it shows correctly again

CURA-1326
This commit is contained in:
Jaime van Kessel 2016-04-06 10:51:45 +02:00
parent 6a4b83b54b
commit 5f74113a45
2 changed files with 15 additions and 7 deletions

View file

@ -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
}
}