mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-25 03:42:05 +00:00
ENH:Optimize translation
Change-Id: Ic45baaa974af044a1bc166faf6e27ca5ee4e155b (cherry picked from commit 4a8304486789965c85a498d72250ea84088730a8)
This commit is contained in:
@@ -1607,7 +1607,7 @@ Sidebar::Sidebar(Plater *parent)
|
||||
|
||||
p->left_extruder = new ExtruderGroup(p->m_panel_printer_content, 0, _L("Left Nozzle"));
|
||||
p->right_extruder = new ExtruderGroup(p->m_panel_printer_content, 1, _L("Right Nozzle"));
|
||||
p->single_extruder = new ExtruderGroup(p->m_panel_printer_content, -1, "Nozzle");
|
||||
p->single_extruder = new ExtruderGroup(p->m_panel_printer_content, -1, _L("Nozzle"));
|
||||
|
||||
p->vsizer_printer = new wxBoxSizer(wxVERTICAL);
|
||||
p->layout_printer(true, true);
|
||||
|
||||
Reference in New Issue
Block a user