ENH:Optimize translation

Change-Id: Ic45baaa974af044a1bc166faf6e27ca5ee4e155b
(cherry picked from commit 4a8304486789965c85a498d72250ea84088730a8)
This commit is contained in:
tao wang
2025-01-18 21:55:19 +08:00
committed by Noisyfox
parent 6d622a7f5f
commit 0e763dd300
5 changed files with 35 additions and 31 deletions

View File

@@ -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);