ENH: modify sentences for translate

jira:NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Ic97b6d9dce8de77308f0893b55d621d5c250531e
(cherry picked from commit e82fd6b4752e0f72c33afb6d65d9c02b666585e4)
This commit is contained in:
xun.zhang
2025-01-18 21:59:08 +08:00
committed by Noisyfox
parent d5e1689d8b
commit 6d622a7f5f

View File

@@ -1451,7 +1451,7 @@ static std::pair<bool, bool> 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];
}