Correct repair menu message (#9468)

This commit is contained in:
Vovodroid 2025-05-16 18:54:10 +03:00 committed by GitHub
parent a91fa2a40c
commit 778deab033
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -557,7 +557,7 @@ MeshErrorsInfo ObjectList::get_mesh_errors_info(const int obj_idx, const int vol
*non_manifold_edges = stats.open_edges;
if (is_windows10() && !sidebar_info)
tooltip += "\n" + _L("Right click the icon to fix model object");
tooltip += "\n" + _L("Click the icon to repair model object");
return { tooltip, get_warning_icon_name(stats) };
}