Merge branch '3.0'

This commit is contained in:
Ghostkeeper 2017-09-29 13:38:50 +02:00
commit ffe3e16b56
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75
16 changed files with 84 additions and 12 deletions

View file

@ -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 "";
}
}