Renamed FDM supports and seam gizmos
This commit is contained in:
parent
21f1853d53
commit
b27bf1815c
@ -30,7 +30,7 @@ void GLGizmoFdmSupports::on_shutdown()
|
||||
|
||||
std::string GLGizmoFdmSupports::on_get_name() const
|
||||
{
|
||||
return (_(L("FDM Support Editing")) + " [L]").ToUTF8().data();
|
||||
return (_L("Paint-on supports") + " [L]").ToUTF8().data();
|
||||
}
|
||||
|
||||
|
||||
|
@ -43,7 +43,7 @@ bool GLGizmoSeam::on_init()
|
||||
|
||||
std::string GLGizmoSeam::on_get_name() const
|
||||
{
|
||||
return (_(L("Seam Editing")) + " [P]").ToUTF8().data();
|
||||
return (_L("Seam painting") + " [P]").ToUTF8().data();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user