From 4b4864485c4b806e3b2081eb225f38d026eb31dd Mon Sep 17 00:00:00 2001 From: Remco Burema Date: Wed, 29 Apr 2020 16:23:06 +0200 Subject: [PATCH] CURA-7409 Update keep/discard dialog more. --- resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml b/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml index 294a2474d6..b7fe022d78 100644 --- a/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml +++ b/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml @@ -54,7 +54,7 @@ UM.Dialog Label { - text: catalog.i18nc("@text:window", "You have customized some profile settings.\nWould you like to keep or discard those settings?") + text: catalog.i18nc("@text:window, %1 is a profile name", "You have customized some profile settings.\nWould you like to Keep these changed settings after switching profiles?\nAlternatively, you can Discard the changes to load the defaults from '%1'.").arg(Cura.MachineManager.activeQualityDisplayNameMap["main"]) anchors.margins: UM.Theme.getSize("default_margin").width wrapMode: Text.WordWrap }