mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
ENH: modify some words to simplify translation
Some sentenses are only slightly different which is unnecessary. Making them the same can save a translation and also keep consistency. Change-Id: Ie59c0bf788a31ee0c6a0d792af7b3d532fe34f75 (cherry picked from commit eb69195569518e3be61e5a8887ea317fbe3e7302)
This commit is contained in:
@@ -443,7 +443,7 @@ StringObjectException Print::sequential_print_clearance_valid(const Print &print
|
||||
single_object_exception.object = instance.model_instance->get_object();
|
||||
}
|
||||
else {
|
||||
single_object_exception.string += (boost::format(L("\n%1% is too close to exclusion area, there may be collisions when printing.")) %instance.model_instance->get_object()->name).str();
|
||||
single_object_exception.string += "\n"+(boost::format(L("%1% is too close to exclusion area, there may be collisions when printing.")) %instance.model_instance->get_object()->name).str();
|
||||
single_object_exception.object = nullptr;
|
||||
}
|
||||
//if (polygons) {
|
||||
|
||||
Reference in New Issue
Block a user