marked the string as translatable

Contributes to #CURA-526
This commit is contained in:
Tamara Hogenhout 2016-01-18 12:19:59 +01:00
parent a3e8b313cd
commit c48051e39d

View file

@ -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("")