From 029fabc7918fcec477b6724368098556f28977c8 Mon Sep 17 00:00:00 2001 From: Arjen Hiemstra Date: Fri, 17 Apr 2015 15:44:44 +0200 Subject: [PATCH] Fix Cura sidebar to use Print Setup in header --- qml/SidebarHeader.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qml/SidebarHeader.qml b/qml/SidebarHeader.qml index 085fce6e77..9d4a103637 100644 --- a/qml/SidebarHeader.qml +++ b/qml/SidebarHeader.qml @@ -110,7 +110,7 @@ Column { height: UM.Theme.sizes.section.height; iconSource: UM.Theme.icons.printsetup; - text: qsTr("Setup"); + text: qsTr("Print Setup"); enabled: false; color: UM.Theme.colors.primary;