We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01a7a3f commit 50cabb2Copy full SHA for 50cabb2
1 file changed
Source/Processors/RecordNode/RecordNodeEditor.cpp
@@ -580,7 +580,7 @@ void FifoMonitor::timerCallback()
580
// Stop recording and show warning when less than 5 minutes of disk space left
581
if (dataRate > 0 && recordingTimeLeftInSeconds < 60*5) {
582
CoreServices::setRecordingStatus(false);
583
- String msg = "Recording stopped. Less than 60 seconds of disk space remaining.";
+ String msg = "Recording stopped. Less than 5 minutes of disk space remaining.";
584
AlertWindow::showMessageBoxAsync(AlertWindow::WarningIcon, "WARNING", msg);
585
}
586
0 commit comments