Add a note to use wesnothd in the tooltip for "Host Networked Game".
This commit is contained in:
parent
f9ea9ffb87
commit
97f824e156
1 changed files with 1 additions and 1 deletions
|
@ -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"));
|
||||
|
|
Loading…
Add table
Reference in a new issue