mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-17 03:37:48 -06:00
Changed name of plugin to better describe what it's doing
CURA-49
This commit is contained in:
parent
76dfb5e718
commit
2711a9bc95
1 changed files with 2 additions and 2 deletions
|
@ -8,9 +8,9 @@ catalog = i18nCatalog("cura")
|
||||||
def getMetaData():
|
def getMetaData():
|
||||||
return {
|
return {
|
||||||
"plugin": {
|
"plugin": {
|
||||||
"name": "Wifi connection",
|
"name": "UM3 Network Connection",
|
||||||
"author": "Ultimaker",
|
"author": "Ultimaker",
|
||||||
"description": catalog.i18nc("Wifi connection", "Wifi connection"),
|
"description": catalog.i18nc("Wifi connection", "UM3 Network Connection"),
|
||||||
"api": 3
|
"api": 3
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue