From 0ecb7eb48ac458e5efe13b266192b1ac006cdac0 Mon Sep 17 00:00:00 2001 From: "xun.zhang" Date: Thu, 13 Feb 2025 23:13:12 +0800 Subject: [PATCH] ENH: update translations jira:NONE Signed-off-by: xun.zhang Change-Id: I4b7f1518a4805c5c5debdc6ad5b059b75effe4ce (cherry picked from commit 547cfe75d0f312d077e183650b0aca2ebf395d3d) --- src/slic3r/GUI/SelectMachine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/SelectMachine.cpp b/src/slic3r/GUI/SelectMachine.cpp index 58261b18fe..391d3e1f32 100644 --- a/src/slic3r/GUI/SelectMachine.cpp +++ b/src/slic3r/GUI/SelectMachine.cpp @@ -526,7 +526,7 @@ SelectMachineDialog::SelectMachineDialog(Plater *plater) m_link_edit_nozzle->SetBackgroundColour(*wxWHITE); m_link_edit_nozzle->Bind(wxEVT_ENTER_WINDOW, [this](auto &e) { SetCursor(wxCURSOR_HAND); }); m_link_edit_nozzle->Bind(wxEVT_LEAVE_WINDOW, [this](auto &e) { SetCursor(wxCURSOR_ARROW); }); - m_link_edit_nozzle->SetLabel(_L("Rearrange filaments of the left and right nozzles ->")); + m_link_edit_nozzle->SetLabel(_L("Not satisfied with the grouping of filaments? Regroup and slice ->")); m_link_edit_nozzle->Bind(wxEVT_LEFT_DOWN, [this](auto &e) { EndModal(wxID_CLOSE);