From 543128e28c44018f72dcd08fddc8cb394581f2af Mon Sep 17 00:00:00 2001 From: Diego Prado Gesto Date: Mon, 16 Jul 2018 13:44:24 +0200 Subject: [PATCH] Modify the suggestion message when a material is not compatible with the buildplate to only use glue but not adhesion sheets. --- resources/qml/SidebarHeader.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/SidebarHeader.qml b/resources/qml/SidebarHeader.qml index 0e5ac852e8..02b6bef983 100644 --- a/resources/qml/SidebarHeader.qml +++ b/resources/qml/SidebarHeader.qml @@ -535,7 +535,7 @@ Column y: -Math.round(UM.Theme.getSize("sidebar_margin").height / 3) anchors.left: parent.left width: parent.width - materialCompatibilityLink.width - text: catalog.i18nc("@label", "Use adhesion sheet or glue with this material combination") + text: catalog.i18nc("@label", "Use glue with this material combination") font: UM.Theme.getFont("very_small") color: UM.Theme.getColor("text") visible: buildplateCompatibilityError || buildplateCompatibilityWarning