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.
This commit is contained in:
Ghostkeeper 2018-04-23 14:15:23 +02:00
parent 0a1fd51b2f
commit dd408d559b
No known key found for this signature in database
GPG key ID: 5252B696FB5E7C7A

View file

@ -4,7 +4,7 @@
from . import SupportEraser
from UM.i18n import i18nCatalog
i18n_catalog = i18nCatalog("uranium")
i18n_catalog = i18nCatalog("cura")
def getMetaData():
return {