Added some hardcoded strings to catalog

This commit is contained in:
Jaime van Kessel 2015-09-02 13:37:27 +02:00
parent 39b6f81bdf
commit 482d773971

View file

@ -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");
} }
} }
} }