mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Fixin some i18n function calls and such
because some strings could not be translated Contributes to #CURA-526
This commit is contained in:
parent
019631af2c
commit
6711cd3070
5 changed files with 8 additions and 7 deletions
|
@ -4,7 +4,7 @@
|
|||
from . import PerObjectSettingsTool
|
||||
|
||||
from UM.i18n import i18nCatalog
|
||||
i18n_catalog = i18nCatalog("uranium")
|
||||
i18n_catalog = i18nCatalog("cura")
|
||||
|
||||
def getMetaData():
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue