mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Update status text for consistency
This commit is contained in:
parent
4bfa0f3bb1
commit
b14bc477bf
2 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue