From a8547483b890a48ebd9b617d0deaf404e091be3d Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Thu, 3 Dec 2015 23:13:58 +0100 Subject: [PATCH] CURA-361 --- resources/qml/SidebarSimple.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/qml/SidebarSimple.qml b/resources/qml/SidebarSimple.qml index 0c461faaec..4eb2aa5f62 100644 --- a/resources/qml/SidebarSimple.qml +++ b/resources/qml/SidebarSimple.qml @@ -306,7 +306,7 @@ Item anchors.left: parent.left //: Setting enable skirt adhesion checkbox - text: catalog.i18nc("@option:check","Enable Brim Adhesion"); + text: catalog.i18nc("@option:check","Generate Brim"); style: UM.Theme.styles.checkbox; checked: UM.ActiveProfile.valid ? UM.ActiveProfile.settingValues.adhesion_type == "brim" : false; @@ -340,7 +340,7 @@ Item anchors.left: parent.left //: Setting enable support checkbox - text: catalog.i18nc("@option:check","Enable Support"); + text: catalog.i18nc("@option:check","Generate Support Structure"); style: UM.Theme.styles.checkbox; checked: UM.ActiveProfile.valid ? UM.ActiveProfile.settingValues.support_enable : false;