diff --git a/src/game.cpp b/src/game.cpp index 0b924870aaa..d1c207cb6e7 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -1387,7 +1387,7 @@ bool game_controller::play_multiplayer() + sep2 + _("Join a server or hosted game")); host_or_join.push_back(pre + "hostgame.png" + sep1 + _("Host Networked Game") - + sep2 + _("Host a game without using a server")); + + sep2 + _("Host a game using the built-in server. Not well maintained, better use the dedicated server 'wesnothd'.")); host_or_join.push_back(pre + "hotseat.png" + sep1 + _("Local Game") + sep2 + _("Play a multiplayer game with the AI or humans sharing the same machine"));