mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 22:55:53 +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;
|
spacing: UM.Theme.sizes.default_margin.width;
|
||||||
Label {
|
Label {
|
||||||
anchors.verticalCenter: parent.verticalCenter;
|
anchors.verticalCenter: parent.verticalCenter;
|
||||||
text: "Variant";
|
text: catalog.i18nc("@label","Variant");
|
||||||
}
|
}
|
||||||
|
|
||||||
ComboBox {
|
ComboBox {
|
||||||
@ -126,8 +126,8 @@ Rectangle
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Button {
|
Button{
|
||||||
text: "Save";
|
text: catalog.i18nc("@action:button", "Save");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user