mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 04:26:05 +08:00
Added some hardcoded strings to catalog
This commit is contained in:
parent
39b6f81bdf
commit
482d773971
@ -75,7 +75,7 @@ Rectangle
|
||||
spacing: UM.Theme.sizes.default_margin.width;
|
||||
Label {
|
||||
anchors.verticalCenter: parent.verticalCenter;
|
||||
text: "Variant";
|
||||
text: catalog.i18nc("@label","Variant");
|
||||
}
|
||||
|
||||
ComboBox {
|
||||
@ -127,7 +127,7 @@ Rectangle
|
||||
}
|
||||
|
||||
Button{
|
||||
text: "Save";
|
||||
text: catalog.i18nc("@action:button", "Save");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user