From 9eaaa544b3560e6e5c787f32011a21de13fa3dc7 Mon Sep 17 00:00:00 2001 From: CansecoGPC <machaquiro@yahoo.es> Date: Sun, 5 Jan 2020 13:39:06 +0100 Subject: [PATCH] Fix typo in Enable Extend Vert description --- mesh_f2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh_f2.py b/mesh_f2.py index 3c837885d..1f1366192 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", -- GitLab