mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Clarified switching message
CURA-2898
This commit is contained in:
parent
ef4ad8d2ac
commit
7a4deb725a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue