From c48051e39db70d8405023bf0dea6616238954708 Mon Sep 17 00:00:00 2001 From: Tamara Hogenhout Date: Mon, 18 Jan 2016 12:19:59 +0100 Subject: [PATCH] marked the string as translatable Contributes to #CURA-526 --- plugins/USBPrinting/USBPrinterManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/USBPrinting/USBPrinterManager.py b/plugins/USBPrinting/USBPrinterManager.py index 4e9ba09cc5..88c696c2c9 100644 --- a/plugins/USBPrinting/USBPrinterManager.py +++ b/plugins/USBPrinting/USBPrinterManager.py @@ -98,7 +98,7 @@ class USBPrinterManager(QObject, SignalEmitter, OutputDevicePlugin, Extension): @pyqtSlot() def updateAllFirmware(self): if not self._printer_connections: - Message("Cannot update firmware, there were no connected printers found.").show() + Message(i18n_catalog.i18nc("@info","Cannot update firmware, there were no connected printers found.")).show() return self.spawnFirmwareInterface("")