From 603159f0d17095f6de28b6091fd08f75522f5765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 3 Nov 2016 12:54:33 +0100 Subject: [PATCH] Improved labels for some Attract buttons --- blender_cloud/attract/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/blender_cloud/attract/__init__.py b/blender_cloud/attract/__init__.py index 9eeffab..46a4f6b 100644 --- a/blender_cloud/attract/__init__.py +++ b/blender_cloud/attract/__init__.py @@ -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):