Skip to content

Commit

Permalink
Both Project and UCP has same text
Browse files Browse the repository at this point in the history
  • Loading branch information
saumyaj3 committed Mar 12, 2024
1 parent 77c1dca commit 5824cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/3MFWriter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def getMetaData():
"output": [
{
"extension": workspace_extension,
"description": i18n_catalog.i18nc("@item:inlistbox", "Universal Cura Project (UCP) file"),
"description": i18n_catalog.i18nc("@item:inlistbox", "3MF Project file"),
"mime_type": "application/vnd.ms-package.3dmanufacturing-3dmodel+xml",
"mode": ThreeMFWorkspaceWriter.ThreeMFWorkspaceWriter.OutputMode.BinaryMode
}
Expand Down

0 comments on commit 5824cf5

Please sign in to comment.