mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue