moves the changelog from on-startup to the extensions menu

contributes to #CURA-243
This commit is contained in:
Tamara Hogenhout 2015-10-26 13:58:43 +01:00
parent 07c9ecc931
commit 883cb08e54
2 changed files with 4 additions and 3 deletions

View file

@ -9,7 +9,7 @@ catalog = i18nCatalog("cura")
def getMetaData():
return {
"plugin": {
"name": catalog.i18nc("@label", "Change Log"),
"name": catalog.i18nc("@label", "Changelog"),
"author": "Ultimaker",
"version": "1.0",
"description": catalog.i18nc("@info:whatsthis", "Shows changes since latest checked version"),