Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime van Kessel <nallath@gmail.com>2019-03-21 16:32:27 +0300
committerJaime van Kessel <nallath@gmail.com>2019-03-21 16:32:27 +0300
commit620cd9c45d335c8fd27c7eacda8c15de90dc2a5b (patch)
tree2da89930fe6a53d529b5aa1f60077d86ed3d1eea /plugins/UFPWriter
parent3f02ad7619e8d8ac5ae177e26422ba1309b7eb5c (diff)
Change the comment of the UFP mimetype to the correct description
Diffstat (limited to 'plugins/UFPWriter')
-rw-r--r--plugins/UFPWriter/UFPWriter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UFPWriter/UFPWriter.py b/plugins/UFPWriter/UFPWriter.py
index c0db104c82..2aece1092a 100644
--- a/plugins/UFPWriter/UFPWriter.py
+++ b/plugins/UFPWriter/UFPWriter.py
@@ -28,7 +28,7 @@ class UFPWriter(MeshWriter):
MimeTypeDatabase.addMimeType(
MimeType(
name = "application/x-ufp",
- comment = "Cura UFP File",
+ comment = "Ultimaker Format Package",
suffixes = ["ufp"]
)
)