mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 14:44:13 -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,
|
||||
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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue