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:
authorfieldOfView <aldo@fieldofview.com>2018-10-03 23:00:24 +0300
committerfieldOfView <aldo@fieldofview.com>2018-10-03 23:00:24 +0300
commit9ac744b9ba33cacf767f9b9ba3873fef3bdb50bf (patch)
treea5265741dc61b8afb75ced366267ffd36f5f55ad /plugins/3MFWriter
parent9986e38dca7fc1b91c0278f03993c478147368df (diff)
Remove unnecessary import and declaration of i18n in plugins
Diffstat (limited to 'plugins/3MFWriter')
-rw-r--r--plugins/3MFWriter/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/3MFWriter/__init__.py b/plugins/3MFWriter/__init__.py
index 4b8a03888d..eff1648489 100644
--- a/plugins/3MFWriter/__init__.py
+++ b/plugins/3MFWriter/__init__.py
@@ -12,7 +12,7 @@ from . import ThreeMFWorkspaceWriter
from UM.i18n import i18nCatalog
from UM.Platform import Platform
-i18n_catalog = i18nCatalog("uranium")
+i18n_catalog = i18nCatalog("cura")
def getMetaData():
workspace_extension = "3mf"