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:
-rw-r--r--plugins/SupportEraser/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SupportEraser/__init__.py b/plugins/SupportEraser/__init__.py
index 72700571fe..2ed7521808 100644
--- a/plugins/SupportEraser/__init__.py
+++ b/plugins/SupportEraser/__init__.py
@@ -4,7 +4,7 @@
from . import SupportEraser
from UM.i18n import i18nCatalog
-i18n_catalog = i18nCatalog("uranium")
+i18n_catalog = i18nCatalog("cura")
def getMetaData():
return {