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:
authorCansecoGPC <machaquiro@yahoo.es>2020-01-05 15:39:06 +0300
committerCansecoGPC <machaquiro@yahoo.es>2020-01-05 15:39:06 +0300
commit9eaaa544b3560e6e5c787f32011a21de13fa3dc7 (patch)
tree3021e06f36177a9495cbba99f25341166a873bf4 /mesh_f2.py
parentfdaa6f6b797bf6e7ffdc9e992caa240418e6ba5e (diff)
Fix typo in Enable Extend Vert description
Diffstat (limited to 'mesh_f2.py')
-rw-r--r--mesh_f2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesh_f2.py b/mesh_f2.py
index 3c837885..1f136619 100644
--- a/mesh_f2.py
+++ b/mesh_f2.py
@@ -493,7 +493,7 @@ class F2AddonPreferences(bpy.types.AddonPreferences):
default=True)
extendvert : bpy.props.BoolProperty(
name="Enable Extend Vert",
- description="Anables a way to build tris and quads by adding verts",
+ description="Enables a way to build tris and quads by adding verts",
default=False)
quad_from_e_mat : bpy.props.BoolProperty(
name="Quad From Edge",