mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 09:02:06 +00:00
Renamed FDM supports and seam gizmos
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user