From 22f0a2dabf0c6d40fbae5197f01615a63b927034 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 27 Sep 2016 12:52:50 +0200 Subject: [PATCH] Add TODOs for text to be added after string freeze We currently have a string freeze, so we can't add these cases here. Contributes to issue CURA-2060. --- resources/qml/MonitorButton.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/qml/MonitorButton.qml b/resources/qml/MonitorButton.qml index 0aac7d5197..c40adeae35 100644 --- a/resources/qml/MonitorButton.qml +++ b/resources/qml/MonitorButton.qml @@ -99,8 +99,10 @@ Rectangle return catalog.i18nc("@label:MonitorStatus", "Lost connection with the printer"); case "printing": return catalog.i18nc("@label:MonitorStatus", "Printing..."); + //TODO: Add text for case "pausing". case "paused": return catalog.i18nc("@label:MonitorStatus", "Paused"); + //TODO: Add text for case "resuming". case "pre_print": return catalog.i18nc("@label:MonitorStatus", "Preparing..."); case "wait_cleanup":