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

@ -18,6 +18,7 @@ Column
anchors.fill: parent;
property variant printer_connection: UM.USBPrinterManager.connectedPrinterList.getItem(0).printer
Component.onCompleted: printer_connection.homeHead()
UM.I18nCatalog { id: catalog; name:"cura"}
Label
{
text: ""
@ -25,7 +26,7 @@ Column
}
Button
{
text: "Move to next position"
text: catalog.i18nc("@action:button","Move to next position");
onClicked:
{
if(wizardPage.leveling_state == 0)