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.
This commit is contained in:
Ghostkeeper 2016-09-27 12:52:50 +02:00
parent 9e47a87375
commit 22f0a2dabf
No known key found for this signature in database
GPG key ID: 701948C5954A7385

View file

@ -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":