Fixin some i18n function calls and such

because some strings could not be translated

Contributes to #CURA-526
This commit is contained in:
Tamara Hogenhout 2016-01-12 15:24:47 +01:00
parent 019631af2c
commit 6711cd3070
5 changed files with 8 additions and 7 deletions

View file

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