fix: export menu label name

This commit is contained in:
Swann
2020-12-17 14:04:00 +01:00
parent d0dc61bf66
commit 03b92eb5e7

View File

@ -848,7 +848,7 @@ class SessionLoadGraphOperator(bpy.types.Operator, ImportHelper):
return True
def menu_func_import(self, context):
self.layout.operator(SessionLoadGraphOperator.bl_idname, text='Multi-user database (.db)')
self.layout.operator(SessionLoadGraphOperator.bl_idname, text='Multi-user session snapshot (.db)')
classes = (