mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-03-09 21:07:04 -06:00
ENH: add some change for translation
jira:NONE Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: I58ded926c8525e261bb1c7518562c9276afc1409 (cherry picked from commit 1a240e5d14e173cce2b9cb99a56e4103729cc9d7)
This commit is contained in:
parent
e68300ef99
commit
9cb261cbf2
3 changed files with 4 additions and 3 deletions
|
|
@ -2507,7 +2507,8 @@ void StatusPanel::on_subtask_abort(wxCommandEvent &event)
|
|||
});
|
||||
}
|
||||
abort_dlg->update_text(_L("Are you sure you want to stop this print?"));
|
||||
abort_dlg->m_button_ok->SetLabel(_L("Stop"));
|
||||
abort_dlg->m_button_cancel->SetLabel(_L("No"));
|
||||
abort_dlg->m_button_ok->SetLabel(_L("Yes"));
|
||||
abort_dlg->on_show();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue