From 7a4deb725a80351cb23897a3b0b39f9f38cebde2 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Fri, 25 Nov 2016 11:43:56 +0100 Subject: [PATCH] Clarified switching message CURA-2898 --- cura/Settings/MachineManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cura/Settings/MachineManager.py b/cura/Settings/MachineManager.py index a04a7398ad..1da04f16fc 100644 --- a/cura/Settings/MachineManager.py +++ b/cura/Settings/MachineManager.py @@ -904,7 +904,7 @@ class MachineManager(QObject): "Do you want to transfer your %d changed setting(s)/override(s) to this profile?") % num_changed_settings, catalog.i18nc( "@label", - "If you transfer your settings they will override settings in the profile."), + "If you transfer your settings they will override settings in the profile. If you don't transfer these settings, they will be lost."), details, buttons=QMessageBox.Yes + QMessageBox.No, icon=QMessageBox.Question,