mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 20:48:59 +08:00
marked the string as translatable
Contributes to #CURA-526
This commit is contained in:
parent
a3e8b313cd
commit
c48051e39d
@ -98,7 +98,7 @@ class USBPrinterManager(QObject, SignalEmitter, OutputDevicePlugin, Extension):
|
|||||||
@pyqtSlot()
|
@pyqtSlot()
|
||||||
def updateAllFirmware(self):
|
def updateAllFirmware(self):
|
||||||
if not self._printer_connections:
|
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
|
return
|
||||||
|
|
||||||
self.spawnFirmwareInterface("")
|
self.spawnFirmwareInterface("")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user