Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Leung <aligorith@gmail.com>2012-01-09 13:12:55 +0400
committerJoshua Leung <aligorith@gmail.com>2012-01-09 13:12:55 +0400
commit99d4f5e52e704d013a83b3d4aaae22463e04d46a (patch)
tree5630427dbeeaacb09ac01d484af78434a11c11b2 /release/scripts/startup/bl_operators/mesh.py
parente0c41e66b81287e9fadd8738e3e77d172b02c055 (diff)
Typo fix - thanks "Olson" on IRC!
Diffstat (limited to 'release/scripts/startup/bl_operators/mesh.py')
-rw-r--r--release/scripts/startup/bl_operators/mesh.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_operators/mesh.py b/release/scripts/startup/bl_operators/mesh.py
index bf9fa562ee1..3e206017238 100644
--- a/release/scripts/startup/bl_operators/mesh.py
+++ b/release/scripts/startup/bl_operators/mesh.py
@@ -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"