mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ Item
|
|||
|
||||
UM.Label
|
||||
{
|
||||
text: Cura.MachineManager.activeDefinitionVariantsName
|
||||
text: catalog.i18nc("@label", Cura.MachineManager.activeDefinitionVariantsName)
|
||||
height: parent.height
|
||||
width: selectors.textWidth
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue