mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Fix update/upgrade consistency
This commit is contained in:
parent
5b2dc804ca
commit
04bca109ba
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue