Change confusing message text

This commit is contained in:
Jebtrix 2019-08-28 19:29:44 -04:00 committed by Vojtěch Bubník
parent 07d6fd8f7e
commit b616c16c0a

View File

@ -2348,7 +2348,7 @@ std::vector<size_t> Plater::priv::load_files(const std::vector<fs::path>& 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;