mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
CL-506 changed Aborted to Print aborted and added it to all translations on the top
This commit is contained in:
parent
4932cc1e85
commit
b7dd756427
15 changed files with 83 additions and 11 deletions
|
@ -61,7 +61,7 @@ Rectangle
|
|||
anchors.fill:parent
|
||||
onClicked: OutputDevice.selectPrinter(printer.unique_name, printer.friendly_name)
|
||||
hoverEnabled: true;
|
||||
|
||||
|
||||
// Only clickable if no printer is selected
|
||||
enabled: OutputDevice.selectedPrinterName == ""
|
||||
}
|
||||
|
@ -256,10 +256,10 @@ Rectangle
|
|||
}
|
||||
else if (printJob.Status == "aborted")
|
||||
{
|
||||
return catalog.i18nc("@label:status", "Aborted")
|
||||
return catalog.i18nc("@label:status", "Print aborted")
|
||||
}
|
||||
else
|
||||
{
|
||||
{
|
||||
return "";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue