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

@ -18,12 +18,14 @@ UM.Dialog
minimumHeight: 200*Screen.devicePixelRatio;
maximumHeight: 200*Screen.devicePixelRatio;
modality: Qt.Modal
title: catalog.i18nc("@title:window", "Convert Image...")
GridLayout
{
UM.I18nCatalog{id: catalog; name:"cura"}
anchors.fill: parent;
Layout.fillWidth: true
columnSpacing: 16
@ -82,8 +84,6 @@ UM.Dialog
onValueChanged: { manager.onSmoothingChanged(value) }
}
}
UM.I18nCatalog{id: catalog; name:"ultimaker"}
}
rightButtons: [