FIX:fixed translation issues in Chinese

Change-Id: I39382db4a98bf92ee8a58e5f4c9dddb5fc88052f
This commit is contained in:
tao wang 2023-07-21 18:15:57 +08:00 committed by Lane.Wei
parent d2b59b3b61
commit 6849fdb912

View file

@ -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()) {