mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Change label to action required
In some cases it's not a configuration change that's required, so this is a more correct label CL-896
This commit is contained in:
parent
7096c7382b
commit
5be65688a0
1 changed files with 1 additions and 1 deletions
|
@ -646,7 +646,7 @@ Component
|
|||
case "resuming":
|
||||
return catalog.i18nc("@label:status", "Resuming")
|
||||
case "queued":
|
||||
return catalog.i18nc("@label:status", "Configuration change")
|
||||
return catalog.i18nc("@label:status", "Action required")
|
||||
default:
|
||||
OutputDevice.formatDuration(modelData.activePrintJob.timeTotal - modelData.activePrintJob.timeElapsed)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue