check that descriptions dont end with a '.', for non release builds.

this is annoying for translators so rather then correct along the way which gives merge conflicts for branches - print a complaint message.
This commit is contained in:
Campbell Barton
2011-09-21 17:52:51 +00:00
parent 49f87edf4e
commit f1a227cf43
8 changed files with 53 additions and 33 deletions

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 then 2 face users'''
bl_idname = "mesh.faces_select_interior"
bl_label = "Select Interior Faces"