From 56f6922b73aaf52a874a0483a261b90100b053af Mon Sep 17 00:00:00 2001 From: "lane.wei" Date: Thu, 31 Oct 2024 21:45:15 +0800 Subject: [PATCH] ENH: core: refine some text JIRA: no-jira Change-Id: I0624f5f0e3f5e7602e3bb8bb1822b5b6b6547074 (cherry picked from commit 196c12511786dbd384fe1931e3a2d8d3a94e900d) --- src/libslic3r/GCode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libslic3r/GCode.cpp b/src/libslic3r/GCode.cpp index c19dcb237..45e02f46c 100644 --- a/src/libslic3r/GCode.cpp +++ b/src/libslic3r/GCode.cpp @@ -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'."))); }