update tooltip since this fixes paths from newer versions.

This commit is contained in:
Campbell Barton 2011-04-20 14:47:00 +00:00
parent 7e3d044bdd
commit 8a7dce5301

@ -689,7 +689,7 @@ import bpy
class UpdateAnimData(bpy.types.Operator):
'''Update data paths from 2.53 to edited data paths of drivers and fcurves'''
"""Update data paths from 2.56 and previous versions, modifying data paths of drivers and fcurves"""
bl_idname = "anim.update_data_paths"
bl_label = "Update Animation Data"