mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-19 03:47:29 +08:00
Corrected the i18n catalog used.
Contributes to CURA-1667 Profile import/export
This commit is contained in:
parent
e473d7a4e9
commit
004a000d51
@ -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…
x
Reference in New Issue
Block a user