Add a note to use wesnothd in the tooltip for "Host Networked Game".

This commit is contained in:
Gunter Labes 2007-10-26 13:40:25 +00:00
parent f9ea9ffb87
commit 97f824e156

View file

@ -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"));