mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-28 08:08:44 -05:00
UI: Use correct title for failed replay buffer start
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user