From 185a24b58a854a4dbb10f44428bce58ce47683a9 Mon Sep 17 00:00:00 2001 From: Julien Maulny Date: Tue, 1 Jan 2019 16:59:54 +0100 Subject: [PATCH] Typo fix in error message --- Blender/coa_tools/operators/slot_handling.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +