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;
Label {
anchors.verticalCenter: parent.verticalCenter;
text: "Variant";
text: catalog.i18nc("@label","Variant");
}
ComboBox {
@ -126,8 +126,8 @@ Rectangle
}
}
Button {
text: "Save";
Button{
text: catalog.i18nc("@action:button", "Save");
}
}
}