From 0bac3e81114dc39c82c820c7c328d58575fd81ca Mon Sep 17 00:00:00 2001 From: Lipu Fei Date: Mon, 8 Apr 2019 12:39:18 +0200 Subject: [PATCH] Fix button text CURA-6057 --- resources/qml/WelcomePages/AddPrinterByIpContent.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/WelcomePages/AddPrinterByIpContent.qml b/resources/qml/WelcomePages/AddPrinterByIpContent.qml index a6d0f03c75..77a770b4fd 100644 --- a/resources/qml/WelcomePages/AddPrinterByIpContent.qml +++ b/resources/qml/WelcomePages/AddPrinterByIpContent.qml @@ -238,7 +238,7 @@ Item id: backButton anchors.left: parent.left anchors.bottom: parent.bottom - text: catalog.i18nc("@button", "Cancel") + text: catalog.i18nc("@button", "Back") onClicked: base.showPreviousPage() }