mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 18:49:01 +08:00
Update text for USB printing exit confirmation
CURA-5384
This commit is contained in:
parent
e6c6edc9eb
commit
49bd249819
@ -100,7 +100,7 @@ class USBPrinterOutputDevice(PrinterOutputDevice):
|
||||
return
|
||||
|
||||
application.setConfirmExitDialogCallback(self._onConfirmExitDialogResult)
|
||||
application.showConfirmExitDialog.emit("USB printing is in progress")
|
||||
application.showConfirmExitDialog.emit(catalog.i18nc("@label", "A USB print is in progress, closing Cura will stop this print. Are you sure?"))
|
||||
|
||||
def _onConfirmExitDialogResult(self, result: bool) -> None:
|
||||
if result:
|
||||
|
Loading…
x
Reference in New Issue
Block a user