mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 14:44:13 -06:00
Added some hardcoded strings to catalog
This commit is contained in:
parent
39b6f81bdf
commit
482d773971
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue