mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06:00
Add distinctive titles to profile rename dialogs
CURA-2161
This commit is contained in:
parent
7a6124f221
commit
a40476eb62
1 changed files with 3 additions and 0 deletions
|
@ -267,6 +267,7 @@ UM.ManagementPage
|
|||
|
||||
UM.RenameDialog
|
||||
{
|
||||
title: catalog.i18nc("@title:window", "Rename Profile")
|
||||
id: renameDialog;
|
||||
object: base.currentItem != null ? base.currentItem.name : ""
|
||||
onAccepted:
|
||||
|
@ -279,6 +280,7 @@ UM.ManagementPage
|
|||
// Dialog to request a name when creating a new profile
|
||||
UM.RenameDialog
|
||||
{
|
||||
title: catalog.i18nc("@title:window", "Create Profile")
|
||||
id: newNameDialog;
|
||||
object: "<new name>";
|
||||
onAccepted:
|
||||
|
@ -292,6 +294,7 @@ UM.ManagementPage
|
|||
// Dialog to request a name when duplicating a new profile
|
||||
UM.RenameDialog
|
||||
{
|
||||
title: catalog.i18nc("@title:window", "Duplicate Profile")
|
||||
id: newDuplicateNameDialog;
|
||||
object: "<new name>";
|
||||
onAccepted:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue