Kaynağa Gözat

UI: Use correct title for failed replay buffer start

gxalpha 3 yıl önce
ebeveyn
işleme
4d4a888f8e
1 değiştirilmiş dosya ile 1 ekleme ve 2 silme
  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);
 		else
 			error_reason = QTStr("Output.StartFailedGeneric");
-		QMessageBox::critical(main,
-				      QTStr("Output.StartRecordingFailed"),
+		QMessageBox::critical(main, QTStr("Output.StartReplayFailed"),
 				      error_reason);
 		return false;
 	}