diff --git a/src/slic3r/GUI/GLCanvas3D.cpp b/src/slic3r/GUI/GLCanvas3D.cpp index 51234e6c32..9623b2ce1a 100644 --- a/src/slic3r/GUI/GLCanvas3D.cpp +++ b/src/slic3r/GUI/GLCanvas3D.cpp @@ -1451,7 +1451,7 @@ static std::pair construct_extruder_unprintable_error(ObjectFilament model_prefix = (boost::format(_u8L("The model %s is")) % object_result.object_filaments.front().object->name).str(); tips[idx] += model_prefix; tips[idx] += (boost::format(_u8L(" located within the %s only area, making it impossible to print with the filaments assigned to %s.\n" - "Please move the model out of the %s only area or adjust the filament assignment.\n")) % opposite_nozzle_name % nozzle_name % opposite_nozzle_name).str(); + "Please move the model out of the %s only area or adjust the filament grouping.\n")) % opposite_nozzle_name % nozzle_name % opposite_nozzle_name).str(); output_text = tips[idx]; }