mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 05:55:53 +08:00
Fix the missing translation connection
Text was assigned directly from the Machine manager without being passed to the catalog
This commit is contained in:
parent
a225097d94
commit
c036576116
@ -281,7 +281,7 @@ Item
|
|||||||
|
|
||||||
UM.Label
|
UM.Label
|
||||||
{
|
{
|
||||||
text: Cura.MachineManager.activeDefinitionVariantsName
|
text: catalog.i18nc("@label", Cura.MachineManager.activeDefinitionVariantsName)
|
||||||
height: parent.height
|
height: parent.height
|
||||||
width: selectors.textWidth
|
width: selectors.textWidth
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user