mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
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:
@@ -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();
|
model_prefix = (boost::format(_u8L("The model %s is")) % object_result.object_filaments.front().object->name).str();
|
||||||
tips[idx] += model_prefix;
|
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"
|
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];
|
output_text = tips[idx];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user