mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-10 07:09:02 +08:00
Update status text for consistency
This commit is contained in:
parent
4bfa0f3bb1
commit
b14bc477bf
@ -89,7 +89,7 @@ Rectangle
|
||||
|
||||
if(printerOutputDevice.printerState == "maintenance")
|
||||
{
|
||||
return catalog.i18nc("@label:MonitorStatus", "Printer is in maintenance mode.");
|
||||
return catalog.i18nc("@label:MonitorStatus", "In maintenance. Please check the printer");
|
||||
}
|
||||
switch(printerOutputDevice.jobState)
|
||||
{
|
||||
|
@ -185,8 +185,8 @@ UM.ManagementPage
|
||||
return catalog.i18nc("@label:MonitorStatus", "Waiting for someone to clear the build plate");
|
||||
case "error":
|
||||
return printerOutputDevice.errorText;
|
||||
case "maintenance": // note sure if this jobState actually occurs in the wild
|
||||
return catalog.i18nc("@label:MonitorStatus", "Busy; please check the printer");
|
||||
case "maintenance":
|
||||
return catalog.i18nc("@label:MonitorStatus", "In maintenance. Please check the printer");
|
||||
case "abort": // note sure if this jobState actually occurs in the wild
|
||||
return catalog.i18nc("@label:MonitorStatus", "Aborting print...");
|
||||
case "ready": // ready to print or getting ready
|
||||
|
Loading…
x
Reference in New Issue
Block a user