typo in notification text

This commit is contained in:
David Kocik 2022-05-13 16:54:57 +02:00
parent ae14f677c2
commit ca3df3926e

View File

@ -147,7 +147,7 @@ void GLGizmoSimplify::add_simplify_suggestion_notification(
for (size_t object_id : big_ids) {
std::string t = GUI::format(_L(
"Processing model '%1%' with more than 1M triangles "
"could be slow. It is highly recommend to reduce "
"could be slow. It is highly recommended to reduce "
"amount of triangles."), objects[object_id]->name);
std::string hypertext = _u8L("Simplify model");