mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-10 12:29:02 +08:00
Change the comment of the UFP mimetype to the correct description
This commit is contained in:
parent
3f02ad7619
commit
620cd9c45d
@ -20,7 +20,7 @@ class UFPReader(MeshReader):
|
||||
MimeTypeDatabase.addMimeType(
|
||||
MimeType(
|
||||
name = "application/x-ufp",
|
||||
comment = "Cura UFP File",
|
||||
comment = "Ultimaker Format Package",
|
||||
suffixes = ["ufp"]
|
||||
)
|
||||
)
|
||||
|
@ -28,7 +28,7 @@ class UFPWriter(MeshWriter):
|
||||
MimeTypeDatabase.addMimeType(
|
||||
MimeType(
|
||||
name = "application/x-ufp",
|
||||
comment = "Cura UFP File",
|
||||
comment = "Ultimaker Format Package",
|
||||
suffixes = ["ufp"]
|
||||
)
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user