From 731cbc9e9572f8ce30e64ce376d17e335333a58e Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 18 Mar 2019 15:16:35 +0100 Subject: [PATCH] Make 'All jobs are printed.' translatable --- plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml b/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml index ce08f78226..9bee89c9bc 100644 --- a/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml +++ b/plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml @@ -210,7 +210,7 @@ Item Label { - text: "All jobs are printed." + text: i18n.i18nc("@info", "All jobs are printed.") color: UM.Theme.getColor("monitor_text_primary") font: UM.Theme.getFont("medium") // 14pt, regular }