Fix some dummy formating issue (breacks i18n message processing).

This commit is contained in:
2014-05-01 16:30:40 +02:00
parent bb5b608deb
commit 195df5a034

View File

@@ -285,9 +285,7 @@ class ClearUselessActions(Operator):
class UpdateAnimatedTransformConstraint(Operator): class UpdateAnimatedTransformConstraint(Operator):
""" """Update fcurves/drivers affecting Transform constraints (use it with files from 2.70 and earlier)"""
Update fcurves/drivers affecting Transform constraints (use it with files from 2.70 and earlier)
"""
bl_idname = "anim.update_animated_transform_constraints" bl_idname = "anim.update_animated_transform_constraints"
bl_label = "Update Animated Transform Constraints" bl_label = "Update Animated Transform Constraints"
bl_options = {'REGISTER', 'UNDO'} bl_options = {'REGISTER', 'UNDO'}