From 99a9907893c9af41494ea2781159bd7b4059e4cd Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Fri, 8 Apr 2022 23:09:05 +0300 Subject: [PATCH 43/43] Replace "Player sex" with "Leader sex" See osdn #44194 Signed-off-by: Marko Lindqvist --- server/srv_main.c | 2 +- server/stdinhand.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/srv_main.c b/server/srv_main.c index 10bfa9b4c5..8eb0fcfcb2 100644 --- a/server/srv_main.c +++ b/server/srv_main.c @@ -2530,7 +2530,7 @@ void player_nation_defaults(struct player *pplayer, struct nation_type *pnation, with "create ". If a player's name matches one of the leader names for some nation, and - that nation is available, choose that nation, and set the player sex + that nation is available, choose that nation, and set the leader sex appropriately. For example, when the Britons have not been chosen by anyone else, a player called Boudica whose nation has not been specified (for instance if they were created with "create Boudica") will become diff --git a/server/stdinhand.c b/server/stdinhand.c index f25c65b1da..07f3c061ee 100644 --- a/server/stdinhand.c +++ b/server/stdinhand.c @@ -4255,7 +4255,7 @@ static bool playernation_command(struct connection *caller, if (ntokens < 3) { cmd_reply(CMD_PLAYERNATION, caller, C_FAIL, /* TRANS: Nation resetting form of /playernation does not require sex */ - _("Player sex must be given when setting nation.")); + _("Leader sex must be given when setting nation.")); free_tokens(token, ntokens); return FALSE; } -- 2.35.1