[Bf-extensions-cvs] [4414e03] master: fix typo in tooltip

zeffii noreply at git.blender.org
Thu Jul 28 16:01:50 CEST 2016


Commit: 4414e03026b83a6b9a2a416cfea33d1f27d6645c
Author: zeffii
Date:   Thu Jul 28 16:01:41 2016 +0200
Branches: master
https://developer.blender.org/rBAC4414e03026b83a6b9a2a416cfea33d1f27d6645c

fix typo in tooltip

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

M	mesh_tiny_cad/VTX.py

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

diff --git a/mesh_tiny_cad/VTX.py b/mesh_tiny_cad/VTX.py
index 0eb8cf6..2d4df55 100644
--- a/mesh_tiny_cad/VTX.py
+++ b/mesh_tiny_cad/VTX.py
@@ -104,7 +104,7 @@ def do_vtx_if_appropriate(bm, edges):
 
 
 class TCAutoVTX(bpy.types.Operator):
-    '''weld intersecting edges, project converging edges towards their intersection'''
+    '''Weld intersecting edges, project converging edges towards their intersection'''
     bl_idname = 'tinycad.autovtx'
     bl_label = 'VTX autoVTX'



More information about the Bf-extensions-cvs mailing list