Fix some strings and update locale files

This commit is contained in:
SoftFever 2023-10-29 10:47:23 +08:00
parent 457b847aee
commit 363c256668
24 changed files with 448 additions and 2186 deletions

View file

@ -1171,7 +1171,7 @@ void SendToPrinterDialog::show_status(PrintDialogStatus status, std::vector<wxSt
Enable_Refresh_Button(true);
}
else if (status == PrintDialogStatus::PrintStatusNotOnTheSameLAN) {
wxString msg_text = _L("The printer is required to be in the same LAN as Bambu Studio.");
wxString msg_text = _L("The printer is required to be in the same LAN as Orca Slicer.");
update_print_status_msg(msg_text, true, true);
Enable_Send_Button(false);
Enable_Refresh_Button(true);