mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 17:27:51 -06:00
Change the comment of the UFP mimetype to the correct description
This commit is contained in:
parent
3f02ad7619
commit
620cd9c45d
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue