ENH: modify some sentences for translate

jira:NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I6ba3de47566c73ee8d6f8f5f24c854b9599dc073
(cherry picked from commit f858d6c7a8509d3b798bca40cb07eb63ab6efcc0)
This commit is contained in:
xun.zhang
2024-12-24 20:16:36 +08:00
committed by Noisyfox
parent b2e587ce47
commit a91937a7f8
3 changed files with 7 additions and 7 deletions

View File

@@ -1109,7 +1109,7 @@ bool CalibUtils::check_printable_status_before_cali(const MachineObject *obj, co
if (cali_info.extruder_id == 0) {
name = _L("right");
}
error_message = wxString::Format("The nozzle type of the %s extruder is not set. Please set it first and then start calibration.", name);
error_message = wxString::Format(_L("The nozzle type of the %s extruder is not set. Please set it first and then start calibration."), name);
return false;
}
@@ -1118,8 +1118,8 @@ bool CalibUtils::check_printable_status_before_cali(const MachineObject *obj, co
if (cali_info.extruder_id == 0) {
name = _L("right");
}
error_message = wxString::Format("The selected nozzle type of %s extruder is inconsistent with the actual nozzle type of the printer.\n"
"Please synchronize the printer information first and then start calibration.", name);
error_message = wxString::Format(_L("The selected nozzle type of %s extruder is inconsistent with the actual nozzle type of the printer.\n"
"Please synchronize the printer information first and then start calibration."), name);
return false;
}
}