"Fix" [#30431] UI string spelling & similar fixes.

All suggested changes looked good to me, thx to Michael Färber for this list of changes!
This commit is contained in:
2012-03-02 21:14:37 +00:00
parent e9c935caa0
commit b3a0a33791
16 changed files with 34 additions and 31 deletions

View File

@@ -27,7 +27,7 @@ from bpy.props import (StringProperty,
class SelectPattern(Operator):
'''Select object matching a naming pattern'''
'''Select objects matching a naming pattern'''
bl_idname = "object.select_pattern"
bl_label = "Select Pattern"
bl_options = {'REGISTER', 'UNDO'}