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:
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 IntProperty
class SequencerCrossfadeSounds(Operator):
'''Do crossfading volume animation of two selected sound strips.'''
'''Do crossfading volume animation of two selected sound strips'''
bl_idname = "sequencer.crossfade_sounds"
bl_label = "Crossfade sounds"
@@ -76,7 +76,7 @@ class SequencerCrossfadeSounds(Operator):
class SequencerCutMulticam(Operator):
'''Cut multicam strip and select camera.'''
'''Cut multicam strip and select camera'''
bl_idname = "sequencer.cut_multicam"
bl_label = "Cut multicam"