Skip to content

Commit 03e4fc0

Browse files
committed
Fix message when stopping inference while recording
1 parent 28b624f commit 03e4fc0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dlclivegui/gui/main_window.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2472,9 +2472,9 @@ def _stop_inference(self, show_message: bool = True) -> None:
24722472
answer = QMessageBox.question(
24732473
self,
24742474
"Stop inference while recording?",
2475-
"This will stop currently running DLC-live custom processor. \n"
2475+
"This will stop the currently running DLC-live custom processor, if any.\n"
24762476
"File saving will not be handled via the standard 'recording stopped' event hooks."
2477-
"The processor might still save data now, but this will not be paired with the recording.\n\n"
2477+
"The processor might still save data now, but it will not be paired with the recording.\n\n"
24782478
"Stop inference anyway?",
24792479
)
24802480
if answer != QMessageBox.Yes:

0 commit comments

Comments
 (0)