mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-06 03:52:58 +00:00
Fixed localization of 3D scene toolbar tips.
This commit is contained in:
@@ -994,7 +994,7 @@ bool GLGizmoSlaSupports::on_is_selectable() const
|
||||
|
||||
std::string GLGizmoSlaSupports::on_get_name() const
|
||||
{
|
||||
return L("SLA Support Points [L]");
|
||||
return (_(L("SLA Support Points")) + " [L]").ToUTF8().data();
|
||||
}
|
||||
|
||||
void GLGizmoSlaSupports::on_set_state()
|
||||
|
||||
Reference in New Issue
Block a user