From cbed8038e9046a1e65afa695b5aa80a43aad2882 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Wed, 23 Jan 2019 17:29:30 +0100 Subject: [PATCH] Don't say that creating a profile needs to provide a 'new' name It's weird to ask for a new name if the profile is completely new. Made together with a change in Uranium for CURA-6086. --- resources/qml/Preferences/ProfilesPage.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/qml/Preferences/ProfilesPage.qml b/resources/qml/Preferences/ProfilesPage.qml index f23a04d800..52c69b780e 100644 --- a/resources/qml/Preferences/ProfilesPage.qml +++ b/resources/qml/Preferences/ProfilesPage.qml @@ -173,6 +173,7 @@ Item id: createQualityDialog title: catalog.i18nc("@title:window", "Create Profile") object: "" + explanation: catalog.i18nc("@info", "Please provide a name for this profile.") onAccepted: { base.newQualityNameToSelect = newName; // We want to switch to the new profile once it's created