mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-20 21:04:28 +08:00
Changed name of plugin to better describe what it's doing
CURA-49
This commit is contained in:
parent
76dfb5e718
commit
2711a9bc95
@ -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…
x
Reference in New Issue
Block a user