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;