mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 04:37:51 -06:00
Change "waiting" lable to "available"
Cl-896
This commit is contained in:
parent
23cd46824f
commit
8e66686d6f
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ Component
|
||||||
{
|
{
|
||||||
return modelData.activePrintJob.name
|
return modelData.activePrintJob.name
|
||||||
}
|
}
|
||||||
return catalog.i18nc("@label", "Waiting")
|
return catalog.i18nc("@label", "Available")
|
||||||
}
|
}
|
||||||
anchors.top: machineNameLabel.bottom
|
anchors.top: machineNameLabel.bottom
|
||||||
width: parent.width
|
width: parent.width
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue