Change "Bed Temperature" to "Build Plate Temperature"

UXD-80
This commit is contained in:
fieldOfView 2016-08-10 17:15:26 +02:00
parent 885acb49dc
commit 2963a64fc2
3 changed files with 5 additions and 5 deletions

View file

@ -220,7 +220,7 @@ Cura.MachineAction
anchors.left: parent.left
anchors.top: nozzleTempLabel.bottom
wrapMode: Text.WordWrap
text: catalog.i18nc("@label","Bed temperature check:")
text: catalog.i18nc("@label","Build plate temperature check:")
visible: checkupMachineAction.usbConnected && manager.hasHeatedBed
}