Clarified switching message

CURA-2898
This commit is contained in:
Jaime van Kessel 2016-11-25 11:43:56 +01:00
parent ef4ad8d2ac
commit 7a4deb725a

View file

@ -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,