Skip to content

Commit

Permalink
Update src/mumble/MainWindow.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Davide Beatrici <github@davidebeatrici.dev>
  • Loading branch information
Krzmbrzl and davidebeatrici authored Oct 3, 2024
1 parent 46e7c9a commit 71e04fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mumble/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3635,7 +3635,7 @@ void MainWindow::serverDisconnected(QAbstractSocket::SocketError err, QString re
"so that they can update theirs.</li>"
"<li>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.</li>"
"<li>The port you are connecting to does not belong to a Mumble server but instead is connected to a "
"<li>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.</li>"
"</ul>"));
// clang-format on
Expand Down

0 comments on commit 71e04fa

Please sign in to comment.