Corrected the i18n catalog used.

Contributes to CURA-1667 Profile import/export
This commit is contained in:
Simon Edwards 2016-06-14 21:04:24 +02:00
parent e473d7a4e9
commit 004a000d51

View File

@ -13,7 +13,7 @@ from UM.PluginRegistry import PluginRegistry #For getting the possible profile w
from UM.Util import parseBool
from UM.i18n import i18nCatalog
catalog = i18nCatalog("uranium")
catalog = i18nCatalog("cura")
class CuraContainerRegistry(ContainerRegistry):
def __init__(self, *args, **kwargs):