Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mesh_extra_tools/mesh_pen_tool.py')
-rw-r--r--mesh_extra_tools/mesh_pen_tool.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesh_extra_tools/mesh_pen_tool.py b/mesh_extra_tools/mesh_pen_tool.py
index fbdc450b..f57e080a 100644
--- a/mesh_extra_tools/mesh_pen_tool.py
+++ b/mesh_extra_tools/mesh_pen_tool.py
@@ -280,7 +280,7 @@ class pen_tool_properties(PropertyGroup):
)
b1 = BoolProperty(
name="Edge Length",
- description="Display All Lenghts of Drawn Edges",
+ description="Display All Lengths of Drawn Edges",
default=False
)
b2 = BoolProperty(