From e82fd6b4752e0f72c33afb6d65d9c02b666585e4 Mon Sep 17 00:00:00 2001 From: "xun.zhang" Date: Sat, 18 Jan 2025 21:59:08 +0800 Subject: [PATCH] ENH: modify sentences for translate jira:NONE Signed-off-by: xun.zhang Change-Id: Ic97b6d9dce8de77308f0893b55d621d5c250531e --- src/slic3r/GUI/GLCanvas3D.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/GLCanvas3D.cpp b/src/slic3r/GUI/GLCanvas3D.cpp index 439229ba6..1daaa6dea 100644 --- a/src/slic3r/GUI/GLCanvas3D.cpp +++ b/src/slic3r/GUI/GLCanvas3D.cpp @@ -1488,7 +1488,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]; }