changed error message

gpv2
Pullusb 2021-07-21 12:31:55 +02:00
parent d480fa0817
commit 7ff96ad205
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ class GPTB_OT_realign(bpy.types.Operator):
def invoke(self, context, event):
if context.object.data.use_multiedit:
self.report({'ERROR'}, 'Does not work in Multi-edit')
self.report({'ERROR'}, 'Does not work in Multiframe mode')
return {"CANCELLED"}
self.alert = ''