Fix the missing translation connection

Text was assigned directly from the Machine manager without being passed to the catalog
This commit is contained in:
HellAholic 2024-11-01 17:07:55 +01:00
parent a225097d94
commit c036576116

View file

@ -281,7 +281,7 @@ Item
UM.Label
{
text: Cura.MachineManager.activeDefinitionVariantsName
text: catalog.i18nc("@label", Cura.MachineManager.activeDefinitionVariantsName)
height: parent.height
width: selectors.textWidth
}