Fixed an encoding problem in simplify suggestion

This commit is contained in:
Lukas Matena 2021-11-26 15:15:51 +01:00
parent f4125f2db8
commit 2c5ddfefb2

View file

@ -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);