diff --git a/src/slic3r/GUI/Tab.cpp b/src/slic3r/GUI/Tab.cpp index 267000a2e3..240f27fa89 100644 --- a/src/slic3r/GUI/Tab.cpp +++ b/src/slic3r/GUI/Tab.cpp @@ -5622,7 +5622,7 @@ bool Tab::may_discard_current_dirty_preset(PresetCollection *presets /*= nullptr } } if (has_variants) { - auto msg = _L("Parameters related to the extruder model will be discarded because the extruder model list for the front and rear printers is inconsistent."); + auto msg = _L("Switching to a printer with different extruder types or numbers will discard or reset changes to extruder or multi-nozzle-related parameters."); MessageDialog(this, msg, _L("Use Modified Value"), wxOK | wxICON_WARNING).ShowModal(); selected_options.erase(std::remove(selected_options.begin(), selected_options.end(), ""), selected_options.end()); }