diff --git a/src/network/protocols/client_lobby.cpp b/src/network/protocols/client_lobby.cpp index 7cc29e534..8eacb95b7 100644 --- a/src/network/protocols/client_lobby.cpp +++ b/src/network/protocols/client_lobby.cpp @@ -1190,7 +1190,7 @@ void ClientLobby::backToLobby(Event *event) // I18N: Error message shown when all players will go back to lobby // when server owner quited the game if (!STKHost::get()->isClientServer()) - msg = _("Server owner quited the game."); + msg = _("Server owner quit the game"); break; default: break;