mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-26 20:31:35 -07:00
Clarified some of the text in the discard dialog
CURA-3221
This commit is contained in:
parent
9b63f1237a
commit
a1281bc019
1 changed files with 3 additions and 3 deletions
|
|
@ -52,7 +52,7 @@ UM.Dialog
|
||||||
|
|
||||||
Label
|
Label
|
||||||
{
|
{
|
||||||
text: "You have customized some default profile settings.\nWould you like to keep or discard those settings?"
|
text: "You have customized some profile settings.\nWould you like to keep or discard those settings?"
|
||||||
anchors.margins: UM.Theme.getSize("default_margin").width
|
anchors.margins: UM.Theme.getSize("default_margin").width
|
||||||
font: UM.Theme.getFont("default_bold")
|
font: UM.Theme.getFont("default_bold")
|
||||||
wrapMode: Text.WordWrap
|
wrapMode: Text.WordWrap
|
||||||
|
|
@ -101,7 +101,7 @@ UM.Dialog
|
||||||
TableViewColumn
|
TableViewColumn
|
||||||
{
|
{
|
||||||
role: "label"
|
role: "label"
|
||||||
title: catalog.i18nc("@title:column", "Profile settings")
|
title: catalog.i18nc("@title:column", "Settings")
|
||||||
delegate: labelDelegate
|
delegate: labelDelegate
|
||||||
width: tableView.width * 0.5
|
width: tableView.width * 0.5
|
||||||
}
|
}
|
||||||
|
|
@ -109,7 +109,7 @@ UM.Dialog
|
||||||
TableViewColumn
|
TableViewColumn
|
||||||
{
|
{
|
||||||
role: "original_value"
|
role: "original_value"
|
||||||
title: "default"
|
title: "Profile"
|
||||||
width: tableView.width * 0.25
|
width: tableView.width * 0.25
|
||||||
delegate: defaultDelegate
|
delegate: defaultDelegate
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue