From b616c16c0a2755ddd2e0b45ac9f063e31d2f0ed3 Mon Sep 17 00:00:00 2001 From: Jebtrix Date: Wed, 28 Aug 2019 19:29:44 -0400 Subject: [PATCH] Change confusing message text --- src/slic3r/GUI/Plater.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/Plater.cpp b/src/slic3r/GUI/Plater.cpp index 25ce50c7b..b388ad1d2 100644 --- a/src/slic3r/GUI/Plater.cpp +++ b/src/slic3r/GUI/Plater.cpp @@ -2348,7 +2348,7 @@ std::vector Plater::priv::load_files(const std::vector& input_ if (object->volumes.size() > 1) { Slic3r::GUI::show_info(nullptr, - _(L("You can't load SLA project if there is at least one multi-part object on the bed")) + "\n\n" + + _(L("You cannot load SLA project with a multi-part object on the bed")) + "\n\n" + _(L("Please check your object list before preset changing.")), _(L("Attention!"))); return obj_idxs;