Update wording to reflect the official HBK is also supported

This commit is contained in:
fieldOfView 2016-07-13 11:18:45 +02:00
parent b622c7ecc8
commit c37163059a

View file

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