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

@ -13,6 +13,8 @@ Item {
property int currentIndex: UM.ActiveTool.properties.SelectedIndex;
property string printSequence: UM.ActiveTool.properties.PrintSequence;
UM.I18nCatalog { id: catalog; name: "cura"; }
width: childrenRect.width;
height: childrenRect.height;
@ -157,7 +159,6 @@ Item {
}
}
UM.I18nCatalog { id: catalog; name: "uranium"; }
UM.Dialog {
id: settingPickDialog