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:
authorGhostkeeper <rubend@tutanota.com>2018-04-23 15:15:23 +0300
committerGhostkeeper <rubend@tutanota.com>2018-04-23 15:15:23 +0300
commitdd408d559b474a1c31939996d0715e933cc99017 (patch)
tree26445172fd986f217d45e8c3925ece8b27aa60f0 /plugins/SupportEraser
parent0a1fd51b2f8736b7c2acdf6762800b35f428100c (diff)
Fix translation of Support Blocker plug-in name
It was in the wrong catalogue. This means that our template picks it up but our actual code couldn't find the translation in that catalogue. Contributes to issue CURA-5166.
Diffstat (limited to 'plugins/SupportEraser')
-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 {