Slightly changed hollowing gizmo title

'ing' forms were removed to match Cut gizmo
This commit is contained in:
Lukas Matena 2020-02-13 14:18:42 +01:00
parent 0ce730e79a
commit 2f18101c77

View file

@ -950,7 +950,7 @@ bool GLGizmoHollow::on_is_selectable() const
std::string GLGizmoHollow::on_get_name() const
{
return (_(L("Hollowing and drilling")) + " [H]").ToUTF8().data();
return (_(L("Hollow and drill")) + " [H]").ToUTF8().data();
}