mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Update text for USB printing exit confirmation
CURA-5384
This commit is contained in:
parent
e6c6edc9eb
commit
49bd249819
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue