Typo fix - thanks "Olson" on IRC!

This commit is contained in:
Joshua Leung
2012-01-09 09:12:55 +00:00
parent e0c41e66b8
commit 99d4f5e52e

View File

@@ -25,7 +25,7 @@ from bpy.props import EnumProperty
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"