mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Slightly changed hollowing gizmo title
'ing' forms were removed to match Cut gizmo
This commit is contained in:
@@ -950,7 +950,7 @@ bool GLGizmoHollow::on_is_selectable() const
|
|||||||
|
|
||||||
std::string GLGizmoHollow::on_get_name() const
|
std::string GLGizmoHollow::on_get_name() const
|
||||||
{
|
{
|
||||||
return (_(L("Hollowing and drilling")) + " [H]").ToUTF8().data();
|
return (_(L("Hollow and drill")) + " [H]").ToUTF8().data();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user