mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-02 07:11:22 -07:00
Fix i18n context
This commit is contained in:
parent
930dd76109
commit
220abd2cdc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue