update locale 2

This commit is contained in:
SoftFever
2023-08-09 14:07:18 +08:00
parent 37c54aa4f6
commit 362ee83ff3
33 changed files with 9419 additions and 15056 deletions

View File

@@ -3880,7 +3880,7 @@ void GUI_App::on_http_error(wxCommandEvent &evt)
// Version limit
if (code == HttpErrorVersionLimited) {
MessageDialog msg_dlg(nullptr, _L("The version of Bambu studio is too low and needs to be updated to the latest version before it can be used normally"), "", wxAPPLY | wxOK);
MessageDialog msg_dlg(nullptr, _L("The version of Orca Slicer is too low and needs to be updated to the latest version before it can be used normally"), "", wxAPPLY | wxOK);
if (msg_dlg.ShowModal() == wxOK) {
return;
}