From b4909e88ef6f06b2766a26619a82225353f26f81 Mon Sep 17 00:00:00 2001 From: Kostas Karmas Date: Tue, 21 Apr 2020 10:34:54 +0200 Subject: [PATCH] Rename "Next" button to "Skip" CURA-7019 --- resources/qml/WelcomePages/CloudContent.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/qml/WelcomePages/CloudContent.qml b/resources/qml/WelcomePages/CloudContent.qml index f0eadea9ff..cc24fdd7b4 100644 --- a/resources/qml/WelcomePages/CloudContent.qml +++ b/resources/qml/WelcomePages/CloudContent.qml @@ -46,7 +46,7 @@ Item anchors { top: titleLabel.bottom - bottom: nextButton.top + bottom: skipButton.top left: parent.left right: parent.right topMargin: UM.Theme.getSize("default_margin").height @@ -140,10 +140,10 @@ Item } - // The "Next" button exists on the bottom right + // The "Skip" button exists on the bottom right Label { - id: nextButton + id: skipButton anchors.right: parent.right anchors.bottom: parent.bottom anchors.leftMargin: UM.Theme.getSize("default_margin").width