From e6537b3a125e92e10a3c3f828c705159496268d6 Mon Sep 17 00:00:00 2001 From: YuSanka Date: Fri, 16 Jun 2023 11:56:15 +0200 Subject: [PATCH] Beautification for notification about used templates (follow-up https://github.com/Prusa-Development/PrusaSlicerPrivate/commit/23a72cec1f2e1b4795846078dafab332ca27d778) --- src/slic3r/GUI/Plater.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/slic3r/GUI/Plater.cpp b/src/slic3r/GUI/Plater.cpp index 7c5c3a35f..fcd97cdc1 100644 --- a/src/slic3r/GUI/Plater.cpp +++ b/src/slic3r/GUI/Plater.cpp @@ -4099,10 +4099,10 @@ void Plater::priv::on_slicing_update(SlicingStatusEvent &evt) } } if (templ_cnt > 0) { - const std::string message_notif = GUI::format("%1%\n%2%\n%3%\n\n%4% " + const std::string message_notif = GUI::format("%1%\n%2%\n\n%3%\n\n%4% " , _L_PLURAL("You are using template filament preset.", "You are using template filament presets.", templ_cnt) - , _u8L("Please note that template presets are not customized for specific printer and should only be used as a starting point for creating your own user presets.") , names + , _u8L("Please note that template presets are not customized for specific printer and should only be used as a starting point for creating your own user presets.") ,_u8L("More info at")); // warning dialog proccessing cuts text at first '/n' - pass the text without new lines (and without filament names). const std::string message_dial = GUI::format("%1% %2% %3%"