Fixed localization for the message text
This commit is contained in:
parent
66976bb954
commit
2228c5e0bf
1 changed files with 1 additions and 1 deletions
|
@ -3720,7 +3720,7 @@ bool Plater::priv::warnings_dialog()
|
|||
text += it.first.message;
|
||||
}
|
||||
//text += "\n\nDo you still wish to export?";
|
||||
wxMessageDialog msg_wingow(this->q, text, wxString(SLIC3R_APP_NAME " ") + _L("generated warnings"), wxOK);
|
||||
wxMessageDialog msg_wingow(this->q, from_u8(text), wxString(SLIC3R_APP_NAME " ") + _L("generated warnings"), wxOK);
|
||||
const auto res = msg_wingow.ShowModal();
|
||||
return res == wxID_OK;
|
||||
|
||||
|
|
Loading…
Reference in a new issue