Change "Bed"/"Platform" to "Build Plate"

UXD-76
This commit is contained in:
fieldOfView 2016-08-10 17:40:23 +02:00
parent 505da1a9a7
commit 85a58a22cb
7 changed files with 18 additions and 18 deletions

View file

@ -216,7 +216,7 @@ Item
anchors.verticalCenter: brimCheckBox.verticalCenter
width: parent.width / 100 * 35 - 3 * UM.Theme.getSize("default_margin").width
//: Bed adhesion label
text: catalog.i18nc("@label:listbox", "Bed Adhesion:");
text: catalog.i18nc("@label:listbox", "Build Plate Adhesion:");
font: UM.Theme.getFont("default");
color: UM.Theme.getColor("text");
}