Improved labels for some Attract buttons

This commit is contained in:
Sybren A. Stüvel 2016-11-03 12:54:33 +01:00
parent d2ae3f9cb7
commit 603159f0d1

View File

@ -341,8 +341,8 @@ class ATTRACT_OT_shot_open_in_browser(AttractOperatorMixin, Operator):
class AttractShotDelete(AttractOperatorMixin, Operator):
bl_idname = 'attract.shot_delete'
bl_label = 'Delete'
bl_description = 'Remove from Attract'
bl_label = 'Delete Shot'
bl_description = 'Remove this shot from Attract'
confirm = bpy.props.BoolProperty(name='confirm')
@ -374,7 +374,7 @@ class AttractShotDelete(AttractOperatorMixin, Operator):
class AttractStripUnlink(AttractOperatorMixin, Operator):
bl_idname = 'attract.strip_unlink'
bl_label = 'Unlink'
bl_label = 'Unlink shot from this strip'
bl_description = 'Remove Attract props from the selected strip(s)'
def execute(self, context):