ENH:update the msg text when the printer does not have an SD card

Change-Id: Id3c79c7415b728b91979a117f3496ecf8c3f8f45
This commit is contained in:
tao wang 2023-01-30 18:28:12 +08:00 committed by Lane.Wei
parent de4e087b5b
commit 3e07db0c2a

View file

@ -1051,7 +1051,7 @@ void SendToPrinterDialog::show_status(PrintDialogStatus status, std::vector<wxSt
Enable_Refresh_Button(true);
}
else if (status == PrintDialogStatus::PrintStatusNoSdcard) {
wxString msg_text = _L("An SD card needs to be inserted before printing via LAN.");
wxString msg_text = _L("An SD card needs to be inserted before send to printer SD card.");
update_print_status_msg(msg_text, true, true);
Enable_Send_Button(false);
Enable_Refresh_Button(true);