FIX:update chinese translation

Change-Id: I254c0617a9ee5e43aa1388b06788f332f0094a40
This commit is contained in:
tao wang 2022-10-21 14:35:18 +08:00 committed by Lane.Wei
parent 0b84ca62bf
commit 453c005423
12 changed files with 270 additions and 72 deletions

View file

@ -253,7 +253,7 @@ void SendJob::process()
this->update_status(curr_percent, _L("Sending gcode file over LAN"));
result = m_agent->start_send_gcode_to_sdcard(params, update_fn, cancel_fn);
} else {
this->update_status(curr_percent, _L("An SD card needs to be inserted before printing via LAN."));
this->update_status(curr_percent, _L("An SD card needs to be inserted before sending to printer."));
return;
}
}