Slightly changed hollowing gizmo title
'ing' forms were removed to match Cut gizmo
This commit is contained in:
parent
0ce730e79a
commit
2f18101c77
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue