mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -06:00
adds/adapts translation context markers
all nescessary in folder: Cura/resources Contributes to: issue CURA-116
This commit is contained in:
parent
4a9bf2b4d6
commit
28aec71c02
13 changed files with 39 additions and 35 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue