diff --git a/Blender/coa_tools/operators/slot_handling.py b/Blender/coa_tools/operators/slot_handling.py index 52e86b9..55b6f8a 100644 --- a/Blender/coa_tools/operators/slot_handling.py +++ b/Blender/coa_tools/operators/slot_handling.py @@ -109,7 +109,7 @@ def objects_are_valid(self,context): def execute(self, context): if not self.objects_are_valid(context): - self.report({'INFO'},"Please select at least to Sprites to combine into a slot.") + self.report({'INFO'},"Please select at least two Sprites to combine into a slot.") return{"CANCELLED"} name = str(context.active_object.name) @@ -268,4 +268,4 @@ def execute(self, context): return {"FINISHED"} - \ No newline at end of file +