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

@ -44,7 +44,7 @@ Column
delegate: Loader
{
sourceComponent: monitorItem
property string label: catalog.i18nc("@label", "Bed Temperature")
property string label: catalog.i18nc("@label", "Build plate")
property string value: printerConnected ? Math.round(connectedPrinter.bedTemperature) + "°C" : ""
}
}