From d7d3233715503ecc15b8dd1973f7e73257e2cbda Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Fri, 19 Oct 2018 17:59:58 +0200 Subject: Spelling fixes in comments and descriptions, patch by luzpaz. Differential Revision: https://developer.blender.org/D3746 --- mesh_tissue/colors_groups_exchanger.py | 4 ++-- mesh_tissue/tessellate_numpy.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'mesh_tissue') diff --git a/mesh_tissue/colors_groups_exchanger.py b/mesh_tissue/colors_groups_exchanger.py index 6a4ab1a9..9b48b2fa 100644 --- a/mesh_tissue/colors_groups_exchanger.py +++ b/mesh_tissue/colors_groups_exchanger.py @@ -18,10 +18,10 @@ # ------------------------- COLORS / GROUPS EXCHANGER ------------------------ # # # -# Vertex Color to Vertex Group allow you to convert colors channles to weight # +# Vertex Color to Vertex Group allow you to convert colors channels to weight # # maps. # # The main purpose is to use vertex colors to store information when importing # -# files from other softwares. The script works with the active vertex color # +# files from other software. The script works with the active vertex color # # slot. # # For use the command "Vertex Clors to Vertex Groups" use the search bar # # (space bar). # diff --git a/mesh_tissue/tessellate_numpy.py b/mesh_tissue/tessellate_numpy.py index e80cd39b..57b80b5e 100644 --- a/mesh_tissue/tessellate_numpy.py +++ b/mesh_tissue/tessellate_numpy.py @@ -1196,7 +1196,7 @@ class settings_tessellate(Operator): icon="BLANK1") layout.label(text="Settings could not be altered anymore", icon="BLANK1") - layout.label(text="Please re-run Tesselate with two new selected objects", + layout.label(text="Please re-run Tessellate with two new selected objects", icon="BLANK1") return -- cgit v1.2.3