mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 06:05:52 +08:00
Clarified switching message
CURA-2898
This commit is contained in:
parent
ef4ad8d2ac
commit
7a4deb725a
@ -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,
|
"Do you want to transfer your %d changed setting(s)/override(s) to this profile?") % num_changed_settings,
|
||||||
catalog.i18nc(
|
catalog.i18nc(
|
||||||
"@label",
|
"@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,
|
details,
|
||||||
buttons=QMessageBox.Yes + QMessageBox.No,
|
buttons=QMessageBox.Yes + QMessageBox.No,
|
||||||
icon=QMessageBox.Question,
|
icon=QMessageBox.Question,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user