Reformat parametrized "Save" in IFC project (again)

This commit is contained in:
Trashman247
2023-04-08 11:16:44 -07:00
parent ab02ac3dda
commit d3b6802589
@@ -895,8 +895,7 @@ class ExportIFC(bpy.types.Operator):
def description(cls, context, properties): def description(cls, context, properties):
if properties.should_save_as: if properties.should_save_as:
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"
return "Export the IFC project to this file"
class ImportIFC(bpy.types.Operator): class ImportIFC(bpy.types.Operator):