USBPrinting: Let's "Print via USB"

Already made that correction in the past. When print monitor was merged it appeared again.
This commit is contained in:
Thomas Karl Pietrowski 2016-07-03 13:26:51 +02:00 committed by GitHub
parent afe0104dc7
commit ec41fce7bd

View File

@ -26,8 +26,8 @@ class USBPrinterOutputDevice(PrinterOutputDevice):
def __init__(self, serial_port):
super().__init__(serial_port)
self.setName(catalog.i18nc("@item:inmenu", "USB printing"))
self.setShortDescription(catalog.i18nc("@action:button", "Print with USB"))
self.setDescription(catalog.i18nc("@info:tooltip", "Print with USB"))
self.setShortDescription(catalog.i18nc("@action:button", "Print via USB"))
self.setDescription(catalog.i18nc("@info:tooltip", "Print via USB"))
self.setIconName("print")
self._serial = None