mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-27 01:58:36 -07:00
ENH: update translations
jira:NONE Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: I4b7f1518a4805c5c5debdc6ad5b059b75effe4ce (cherry picked from commit 547cfe75d0f312d077e183650b0aca2ebf395d3d)
This commit is contained in:
parent
68fc82097c
commit
0ecb7eb48a
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue