diff --git a/lib/Slic3r/GUI/Plater.pm b/lib/Slic3r/GUI/Plater.pm index 86d070cd0..0b7d0ec3a 100644 --- a/lib/Slic3r/GUI/Plater.pm +++ b/lib/Slic3r/GUI/Plater.pm @@ -804,7 +804,7 @@ sub split_object { my @model_objects = @{$current_model_object->split_object}; if (@model_objects == 1) { - Slic3r::GUI::warning_catcher($self)->("The selected object couldn't be split because it already contains a single part."); + Slic3r::GUI::warning_catcher($self)->("The selected object couldn't be split because it contains only one part."); return; }