UI: Use correct title for failed replay buffer start

This commit is contained in:
gxalpha
2022-10-13 02:01:46 +02:00
committed by Jim
parent 2ad517e91e
commit 7bb01d52d8

View File

@@ -2043,8 +2043,7 @@ bool AdvancedOutput::StartReplayBuffer()
error_reason = QT_UTF8(error);
else
error_reason = QTStr("Output.StartFailedGeneric");
QMessageBox::critical(main,
QTStr("Output.StartRecordingFailed"),
QMessageBox::critical(main, QTStr("Output.StartReplayFailed"),
error_reason);
return false;
}