ENH: core: refine some text

JIRA: no-jira
Change-Id: I0624f5f0e3f5e7602e3bb8bb1822b5b6b6547074
(cherry picked from commit 196c12511786dbd384fe1931e3a2d8d3a94e900d)
This commit is contained in:
lane.wei 2024-10-31 21:45:15 +08:00 committed by Lane.Wei
parent 06cd7e012a
commit 56f6922b73

View File

@ -2354,7 +2354,7 @@ void GCode::check_placeholder_parser_failed()
msg += Slic3r::format(_(L("Please check the custom G-code or use the default custom G-code.\n")));
if (has_machine_gcode) {
if (has_filament_gcode)
msg += Slic3r::format(_(L("You can find it from 'Printer settings' -> 'Machine G-code' and 'Filament settings' -> 'Advanced'.")));
msg += Slic3r::format(_(L("You can find them from 'Printer settings' -> 'Machine G-code' and 'Filament settings' -> 'Advanced'.")));
else
msg += Slic3r::format(_(L("You can find it from 'Printer settings' -> 'Machine G-code'.")));
}