diff --git a/src/slic3r/GUI/Plater.cpp b/src/slic3r/GUI/Plater.cpp index 58e6b36363..e2085b6450 100644 --- a/src/slic3r/GUI/Plater.cpp +++ b/src/slic3r/GUI/Plater.cpp @@ -2902,7 +2902,7 @@ void Sidebar::sync_ams_list(bool is_from_big_sync_btn) } } auto badge_combox_filament = [](PlaterPresetComboBox *c) { - auto tip = _L("\nMaterial and color information have been synchronized, but slot information is not included."); + auto tip = _L("Filament type and color information have been synchronized, but slot information is not included."); c->SetToolTip(tip); c->ShowBadge(true); };