Browse Source

Merge pull request #4085 from Ultimaker/modify_compatibility_message

Modify the compatibility message to only use glue
Andreea Scorojitu 6 years ago
parent
commit
1d860c51c5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/qml/SidebarHeader.qml

+ 1 - 1
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