Fix i18n context

This commit is contained in:
fieldOfView 2016-09-12 13:49:00 +02:00
parent 930dd76109
commit 220abd2cdc

View File

@ -10,7 +10,7 @@ def getMetaData():
"plugin": { "plugin": {
"name": "UM3 Network Connection", "name": "UM3 Network Connection",
"author": "Ultimaker", "author": "Ultimaker",
"description": catalog.i18nc("Wifi connection", "UM3 Network Connection"), "description": catalog.i18nc("@info:whatsthis", "Manages network connections to Ultimaker 3 printers"),
"api": 3 "api": 3
} }
} }