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

This commit is contained in:
Bastien Montagne 2014-05-01 16:30:40 +02:00
parent bb5b608deb
commit 195df5a034
1 changed files with 1 additions and 3 deletions

View File

@ -285,9 +285,7 @@ class ClearUselessActions(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_label = "Update Animated Transform Constraints"
bl_options = {'REGISTER', 'UNDO'}