mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
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:
parent
9e47a87375
commit
22f0a2dabf
1 changed files with 2 additions and 0 deletions
|
@ -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":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue