mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
ENH: refine translations
Signed-off-by: Stone Li <stone.li@bambulab.com> Change-Id: I352176fad29c0afc298bb5f9e591b4102521497e
This commit is contained in:
parent
11a7fe1f32
commit
98b612bc2e
14 changed files with 322 additions and 185 deletions
|
@ -101,10 +101,10 @@ void PrintJob::process()
|
|||
int curr_percent = 10;
|
||||
|
||||
if (this->connection_type == "lan") {
|
||||
msg = sending_over_lan_str;
|
||||
msg = _L("Sending print job over LAN");
|
||||
}
|
||||
else {
|
||||
msg = sending_over_cloud_str;
|
||||
msg = _L("Sending print job through cloud service");
|
||||
}
|
||||
|
||||
int result = -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue