瀏覽代碼

UI: Use correct title for failed replay buffer start

gxalpha 3 年之前
父節點
當前提交
7bb01d52d8
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      UI/window-basic-main-outputs.cpp

+ 1 - 2
UI/window-basic-main-outputs.cpp

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