[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [43229] trunk/blender/release/scripts/ startup/bl_operators/mesh.py: Typo fix - thanks "Olson" on IRC!

Joshua Leung aligorith at gmail.com
Mon Jan 9 10:13:08 CET 2012


Revision: 43229
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=43229
Author:   aligorith
Date:     2012-01-09 09:12:55 +0000 (Mon, 09 Jan 2012)
Log Message:
-----------
Typo fix - thanks "Olson" on IRC!

Modified Paths:
--------------
    trunk/blender/release/scripts/startup/bl_operators/mesh.py

Modified: trunk/blender/release/scripts/startup/bl_operators/mesh.py
===================================================================
--- trunk/blender/release/scripts/startup/bl_operators/mesh.py	2012-01-09 03:16:30 UTC (rev 43228)
+++ trunk/blender/release/scripts/startup/bl_operators/mesh.py	2012-01-09 09:12:55 UTC (rev 43229)
@@ -25,7 +25,7 @@
 
 
 class MeshSelectInteriorFaces(Operator):
-    '''Select faces where all edges have more then 2 face users'''
+    '''Select faces where all edges have more than 2 face users'''
 
     bl_idname = "mesh.faces_select_interior"
     bl_label = "Select Interior Faces"




More information about the Bf-blender-cvs mailing list