mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 05:58:58 +08:00
Update wording
CURA-2157
This commit is contained in:
parent
df519ed00a
commit
938a2fc691
@ -221,9 +221,9 @@ Rectangle
|
|||||||
{
|
{
|
||||||
id: confirmationDialog
|
id: confirmationDialog
|
||||||
|
|
||||||
title: catalog.i18nc("@text:MessageDialog", "Abort print")
|
title: catalog.i18nc("@window:title", "Abort print")
|
||||||
icon: StandardIcon.Warning
|
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
|
standardButtons: StandardButton.Yes | StandardButton.No
|
||||||
Component.onCompleted: visible = false
|
Component.onCompleted: visible = false
|
||||||
onYes: Cura.MachineManager.printerOutputDevices[0].setJobState("abort")
|
onYes: Cura.MachineManager.printerOutputDevices[0].setJobState("abort")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user