mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 18:27:51 -06:00
Added pausing text for pausing state
CL-896
This commit is contained in:
parent
8e66686d6f
commit
534e60d8e1
1 changed files with 1 additions and 0 deletions
|
@ -654,6 +654,7 @@ Component
|
|||
case "wait_user_action":
|
||||
return catalog.i18nc("@label:status", "Aborted")
|
||||
case "pausing":
|
||||
return catalog.i18nc("@label:status", "Pausing")
|
||||
case "paused":
|
||||
return catalog.i18nc("@label:status", "Paused")
|
||||
case "resuming":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue