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.
This commit is contained in:
Ghostkeeper 2019-01-23 17:29:30 +01:00
parent 4438f0d9a3
commit cbed8038e9
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276

View file

@ -173,6 +173,7 @@ Item
id: createQualityDialog
title: catalog.i18nc("@title:window", "Create Profile")
object: "<new name>"
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