mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-06 22:47:32 -06:00
Correct repair menu message (#9468)
This commit is contained in:
parent
a91fa2a40c
commit
778deab033
1 changed files with 1 additions and 1 deletions
|
@ -557,7 +557,7 @@ MeshErrorsInfo ObjectList::get_mesh_errors_info(const int obj_idx, const int vol
|
||||||
*non_manifold_edges = stats.open_edges;
|
*non_manifold_edges = stats.open_edges;
|
||||||
|
|
||||||
if (is_windows10() && !sidebar_info)
|
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) };
|
return { tooltip, get_warning_icon_name(stats) };
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue