Reformat parametrized "Save" in IFC project

This commit is contained in:
Trashman247
2023-04-08 10:59:59 -07:00
parent 69b74cb4c5
commit ab02ac3dda
@@ -893,10 +893,10 @@ class ExportIFC(bpy.types.Operator):
@classmethod @classmethod
def description(cls, context, properties): def description(cls, context, properties):
if properties.should_save_as == False: if properties.should_save_as:
return "Export the IFC project to this file"
else:
return "Export the IFC project to a selected file" return "Export the IFC project to a selected file"
else:
return "Export the IFC project to this file"
class ImportIFC(bpy.types.Operator): class ImportIFC(bpy.types.Operator):