From 71e04fa567d4064adf431d62aadc37bb367468fd Mon Sep 17 00:00:00 2001 From: Robert Adam Date: Thu, 3 Oct 2024 22:06:09 +0200 Subject: [PATCH] Update src/mumble/MainWindow.cpp Co-authored-by: Davide Beatrici --- src/mumble/MainWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mumble/MainWindow.cpp b/src/mumble/MainWindow.cpp index 09c8d68e8c..105c008c4e 100644 --- a/src/mumble/MainWindow.cpp +++ b/src/mumble/MainWindow.cpp @@ -3635,7 +3635,7 @@ void MainWindow::serverDisconnected(QAbstractSocket::SocketError err, QString re "so that they can update theirs." "
  • The server you are connecting to isn't actually a Mumble server. Please ensure that the used server " "address really belongs to a Mumble server and not e.g. to a game server.
  • " - "
  • The port you are connecting to does not belong to a Mumble server but instead is connected to a " + "
  • The port you are connecting to does not belong to a Mumble server but instead is bound to a " "completely unrelated process on the server-side. Please double-check you have used the correct port.
  • " "")); // clang-format on