mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06: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": {
|
||||
"name": "UM3 Network Connection",
|
||||
"author": "Ultimaker",
|
||||
"description": catalog.i18nc("Wifi connection", "UM3 Network Connection"),
|
||||
"description": catalog.i18nc("@info:whatsthis", "Manages network connections to Ultimaker 3 printers"),
|
||||
"api": 3
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue