mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 17:59:00 +08:00
Fix update/upgrade consistency
This commit is contained in:
parent
5b2dc804ca
commit
04bca109ba
@ -21,7 +21,7 @@ catalog = i18nCatalog("cura")
|
|||||||
## Upgrade the firmware of a machine by USB with this action.
|
## Upgrade the firmware of a machine by USB with this action.
|
||||||
class FirmwareUpdaterMachineAction(MachineAction):
|
class FirmwareUpdaterMachineAction(MachineAction):
|
||||||
def __init__(self) -> None:
|
def __init__(self) -> None:
|
||||||
super().__init__("UpgradeFirmware", catalog.i18nc("@action", "Upgrade Firmware"))
|
super().__init__("UpgradeFirmware", catalog.i18nc("@action", "Update Firmware"))
|
||||||
self._qml_url = "FirmwareUpdaterMachineAction.qml"
|
self._qml_url = "FirmwareUpdaterMachineAction.qml"
|
||||||
ContainerRegistry.getInstance().containerAdded.connect(self._onContainerAdded)
|
ContainerRegistry.getInstance().containerAdded.connect(self._onContainerAdded)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user