Add i18nc string

Contributes to CL-1051
This commit is contained in:
Ian Paschal 2018-10-01 16:36:22 +02:00
parent 00ce3b0083
commit ae9faadca6

View file

@ -285,7 +285,7 @@ Item {
horizontalCenter: parent.horizontalCenter; horizontalCenter: parent.horizontalCenter;
verticalCenter: parent.verticalCenter; verticalCenter: parent.verticalCenter;
} }
text: "Configuration change"; // TODO: i18n! text: catalog.i18nc("@label", "Configuration change");
} }
UM.RecolorImage { UM.RecolorImage {