NEW:optimize text wrap and tips for sending prints

Change-Id: I6e1aa8eba4d7bf948068126cd25216e8dbc68413
This commit is contained in:
tao wang 2022-12-08 10:56:18 +08:00 committed by Lane.Wei
parent 81d38bf140
commit 65ff90690f
3 changed files with 30 additions and 29 deletions

View file

@ -215,7 +215,7 @@ void PrintJob::process()
}
}
else if (stage == BBL::SendingPrintJobStage::PrintingStageFinished) {
msg = wxString::Format(_L("Successfully sent. Will automatically jump to the device page in %s s"), info);
msg = wxString::Format(_L("Successfully sent. Will automatically jump to the device page in %ss"), info);
this->update_percent_finish();
} else {
if (this->connection_type == "lan") {