From 938a2fc691f80f2684df0f81eadd49ab6f88e008 Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Mon, 5 Sep 2016 15:38:56 +0200 Subject: [PATCH] Update wording CURA-2157 --- resources/qml/MonitorButton.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/qml/MonitorButton.qml b/resources/qml/MonitorButton.qml index 2a8e2f4097..b1dc76872d 100644 --- a/resources/qml/MonitorButton.qml +++ b/resources/qml/MonitorButton.qml @@ -221,9 +221,9 @@ Rectangle { id: confirmationDialog - title: catalog.i18nc("@text:MessageDialog", "Abort print") + title: catalog.i18nc("@window:title", "Abort print") icon: StandardIcon.Warning - text: catalog.i18nc("@text:MessageDialog", "Do you really want to abort the print?") + text: catalog.i18nc("@label", "Are you sure you want to abort the print?") standardButtons: StandardButton.Yes | StandardButton.No Component.onCompleted: visible = false onYes: Cura.MachineManager.printerOutputDevices[0].setJobState("abort")