Correct repair menu message (#9468)
Some checks are pending
Build all / Build All (push) Waiting to run
Build all / Flatpak (push) Waiting to run

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