mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -06:00
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:
parent
4438f0d9a3
commit
cbed8038e9
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue