diff --git a/plugins/UM3NetworkPrinting/resources/qml/PrintJobInfoBlock.qml b/plugins/UM3NetworkPrinting/resources/qml/PrintJobInfoBlock.qml index c97f16b29c..9bee5499da 100644 --- a/plugins/UM3NetworkPrinting/resources/qml/PrintJobInfoBlock.qml +++ b/plugins/UM3NetworkPrinting/resources/qml/PrintJobInfoBlock.qml @@ -285,7 +285,7 @@ Item { horizontalCenter: parent.horizontalCenter; verticalCenter: parent.verticalCenter; } - text: "Configuration change"; // TODO: i18n! + text: catalog.i18nc("@label", "Configuration change"); } UM.RecolorImage {