mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Corrected the i18n catalog used.
Contributes to CURA-1667 Profile import/export
This commit is contained in:
parent
e473d7a4e9
commit
004a000d51
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ from UM.PluginRegistry import PluginRegistry #For getting the possible profile w
|
||||||
from UM.Util import parseBool
|
from UM.Util import parseBool
|
||||||
|
|
||||||
from UM.i18n import i18nCatalog
|
from UM.i18n import i18nCatalog
|
||||||
catalog = i18nCatalog("uranium")
|
catalog = i18nCatalog("cura")
|
||||||
|
|
||||||
class CuraContainerRegistry(ContainerRegistry):
|
class CuraContainerRegistry(ContainerRegistry):
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue