Change the comment of the UFP mimetype to the correct description

This commit is contained in:
Jaime van Kessel 2019-03-21 14:32:27 +01:00
parent 3f02ad7619
commit 620cd9c45d
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ class UFPReader(MeshReader):
MimeTypeDatabase.addMimeType(
MimeType(
name = "application/x-ufp",
comment = "Cura UFP File",
comment = "Ultimaker Format Package",
suffixes = ["ufp"]
)
)

View file

@ -28,7 +28,7 @@ class UFPWriter(MeshWriter):
MimeTypeDatabase.addMimeType(
MimeType(
name = "application/x-ufp",
comment = "Cura UFP File",
comment = "Ultimaker Format Package",
suffixes = ["ufp"]
)
)