adds/adapts translation context markers

all nescessary in folder: Cura/resources

Contributes to: issue CURA-116
This commit is contained in:
Tamara Hogenhout 2015-09-08 16:30:10 +02:00
parent 4a9bf2b4d6
commit 28aec71c02
13 changed files with 39 additions and 35 deletions

View file

@ -27,7 +27,7 @@ Item
Label{
id: settingsModeLabel
text: catalog.i18nc("@label","Print setup: ");
text: catalog.i18nc("@label:listbox","Print setup: ");
anchors.left: parent.left
anchors.leftMargin: UM.Theme.sizes.default_margin.width;
anchors.verticalCenter: parent.verticalCenter
@ -94,7 +94,7 @@ Item
Label{
id: machineSelectionLabel
//: Machine selection label
text: catalog.i18nc("@label","Machine:");
text: catalog.i18nc("@label:listbox","Machine:");
anchors.left: parent.left
anchors.leftMargin: UM.Theme.sizes.default_margin.width
anchors.verticalCenter: parent.verticalCenter