Slightly nicer wording of delete warning.

This commit is contained in:
Sybren A. Stüvel 2016-11-04 12:04:53 +01:00
parent a58bfe9a76
commit c94b0f5f2d

View File

@ -431,7 +431,7 @@ class AttractShotDelete(AttractOperatorMixin, Operator):
def draw(self, context):
layout = self.layout
col = layout.column()
col.prop(self, 'confirm', text="I hereby confirm I want to delete this shot.")
col.prop(self, 'confirm', text="I hereby confirm I want to delete this shot from The Edit.")
class AttractStripUnlink(AttractOperatorMixin, Operator):