[Bf-extensions-cvs] [9eaaa544] master: Fix typo in Enable Extend Vert description

CansecoGPC noreply at git.blender.org
Sun Jan 5 13:39:11 CET 2020


Commit: 9eaaa544b3560e6e5c787f32011a21de13fa3dc7
Author: CansecoGPC
Date:   Sun Jan 5 13:39:06 2020 +0100
Branches: master
https://developer.blender.org/rBA9eaaa544b3560e6e5c787f32011a21de13fa3dc7

Fix typo in Enable Extend Vert description

===================================================================

M	mesh_f2.py

===================================================================

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",



More information about the Bf-extensions-cvs mailing list