diff --git a/resources/qml/MonitorButton.qml b/resources/qml/MonitorButton.qml index 431a6999d8..5fa68b77cc 100644 --- a/resources/qml/MonitorButton.qml +++ b/resources/qml/MonitorButton.qml @@ -159,8 +159,8 @@ Rectangle anchors.right: parent.right anchors.rightMargin: UM.Theme.getSize("default_margin").width - text: catalog.i18nc("@label:", "Abort Print"); - onClicked: Cura.MachineManager.printerOutputDevices[0].setJobState("abort"); + text: catalog.i18nc("@label:", "Abort Print") + onClicked: Cura.MachineManager.printerOutputDevices[0].setJobState("abort") style: ButtonStyle {