From 88f73d881c4833a3c8a1e198e9c99313b1866c84 Mon Sep 17 00:00:00 2001 From: Jack Ha Date: Tue, 13 Dec 2016 10:34:58 +0100 Subject: [PATCH] Enable Support tooltip translation. CURA-3123 --- resources/qml/SidebarSimple.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/SidebarSimple.qml b/resources/qml/SidebarSimple.qml index 499125a6f9..e40e114e0e 100644 --- a/resources/qml/SidebarSimple.qml +++ b/resources/qml/SidebarSimple.qml @@ -263,7 +263,7 @@ Item onEntered: { base.showTooltip(enableSupportCheckBox, Qt.point(-enableSupportCheckBox.x, 0), - catalog.i18nc("@label", supportEnabled.properties.description)); + catalog.i18nc("@label", "Enable support structures. These structures support parts of the model with severe overhangs.")); } onExited: {