Fixed an encoding problem in simplify suggestion
This commit is contained in:
parent
f4125f2db8
commit
2c5ddfefb2
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ void GLGizmoSimplify::add_simplify_suggestion_notification(
|
|||
if (big_ids.empty()) return;
|
||||
|
||||
for (size_t object_id : big_ids) {
|
||||
std::string t = GUI::format(_u8L(
|
||||
std::string t = GUI::format(_L(
|
||||
"Processing model '%1%' with more than 1M triangles "
|
||||
"could be slow. It is highly recommend to reduce "
|
||||
"amount of triangles."), objects[object_id]->name);
|
||||
|
|
Loading…
Reference in a new issue