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

@@ -32,8 +32,8 @@ FilamentMapManualPanel::FilamentMapManualPanel(wxWindow *p
auto drag_sizer = new wxBoxSizer(wxHORIZONTAL);
m_left_panel = new DragDropPanel(this, wxT("Left Nozzle:"), false);
m_right_panel = new DragDropPanel(this, wxT("Right Nozzle:"), false);
m_left_panel = new DragDropPanel(this, _L("Left Nozzle"), false);
m_right_panel = new DragDropPanel(this, _L("Right Nozzle"), false);
m_switch_btn = new ScalableButton(this, wxID_ANY, "switch_filament_maps");
for (size_t idx = 0; idx < m_filament_map.size(); ++idx) {