mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06: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.i18n import i18nCatalog
|
||||
catalog = i18nCatalog("uranium")
|
||||
catalog = i18nCatalog("cura")
|
||||
|
||||
class CuraContainerRegistry(ContainerRegistry):
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue