mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 22:24:01 -06:00
Renamed FDM supports and seam gizmos
This commit is contained in:
parent
21f1853d53
commit
b27bf1815c
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ void GLGizmoFdmSupports::on_shutdown()
|
||||||
|
|
||||||
std::string GLGizmoFdmSupports::on_get_name() const
|
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
|
std::string GLGizmoSeam::on_get_name() const
|
||||||
{
|
{
|
||||||
return (_(L("Seam Editing")) + " [P]").ToUTF8().data();
|
return (_L("Seam painting") + " [P]").ToUTF8().data();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue