From c37163059afc89dff4243a03e2aae0f28413c619 Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Wed, 13 Jul 2016 11:18:45 +0200 Subject: [PATCH] Update wording to reflect the official HBK is also supported --- .../UMOUpgradeSelectionMachineAction.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml b/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml index 1381daa270..07e317d9a4 100644 --- a/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml +++ b/plugins/UltimakerMachineActions/UMOUpgradeSelectionMachineAction.qml @@ -42,7 +42,7 @@ Cura.MachineAction anchors.top: pageDescription.bottom anchors.topMargin: UM.Theme.getSize("default_margin").height - text: catalog.i18nc("@label", "Self-built heated bed") + text: catalog.i18nc("@label", "Heated bed (official kit or self-built)") checked: manager.hasHeatedBed onClicked: manager.hasHeatedBed ? manager.removeHeatedBed() : manager.addHeatedBed() }