Changed name of plugin to better describe what it's doing

CURA-49
This commit is contained in:
Jaime van Kessel 2016-06-28 11:52:55 +02:00
parent 76dfb5e718
commit 2711a9bc95

View file

@ -8,9 +8,9 @@ catalog = i18nCatalog("cura")
def getMetaData():
return {
"plugin": {
"name": "Wifi connection",
"name": "UM3 Network Connection",
"author": "Ultimaker",
"description": catalog.i18nc("Wifi connection", "Wifi connection"),
"description": catalog.i18nc("Wifi connection", "UM3 Network Connection"),
"api": 3
}
}