From dd408d559b474a1c31939996d0715e933cc99017 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 23 Apr 2018 14:15:23 +0200 Subject: [PATCH] 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. --- plugins/SupportEraser/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {