mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-17 20:02:54 +00:00
Add a note to use wesnothd in the tooltip for "Host Networked Game".
This commit is contained in:
parent
f9ea9ffb87
commit
97f824e156
@ -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…
x
Reference in New Issue
Block a user