mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 15:07:31 -06:00
FIX:fixed translation issues in Chinese
Change-Id: I39382db4a98bf92ee8a58e5f4c9dddb5fc88052f
This commit is contained in:
parent
d2b59b3b61
commit
6849fdb912
1 changed files with 1 additions and 1 deletions
|
@ -1830,7 +1830,7 @@ void StatusPanel::show_error_message(MachineObject* obj, wxString msg, std::stri
|
|||
m_print_error_dlg = new SecondaryCheckDialog(this->GetParent(), wxID_ANY, _L("Warning"), SecondaryCheckDialog::ButtonStyle::ONLY_CONFIRM);
|
||||
}
|
||||
if (it_done != message_containing_done.end()) {
|
||||
m_print_error_dlg->update_func_btn("Done");
|
||||
m_print_error_dlg->update_func_btn(_L("Done"));
|
||||
m_print_error_dlg->update_title_style(_L("Warning"), SecondaryCheckDialog::ButtonStyle::CONFIRM_AND_FUNC, this);
|
||||
}
|
||||
else if (it_retry != message_containing_retry.end()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue