From fc1e4b5cc524f667f9a771f3ba3647256c570fb3 Mon Sep 17 00:00:00 2001 From: James R Date: Sun, 23 Feb 2020 18:22:45 -0800 Subject: [PATCH] Just say "joined" so to not worry about plurals --- src/d_netcmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/d_netcmd.c b/src/d_netcmd.c index fa10c1640..e044b3be0 100644 --- a/src/d_netcmd.c +++ b/src/d_netcmd.c @@ -2068,7 +2068,7 @@ static void Got_AcceptPartyInvite(UINT8 **cp,INT32 playernum) if (splitscreen_partied[invitation]) { HU_AddChatText(va( - "\x82*%s has joined your party!", + "\x82*%s joined your party!", VaguePartyDescription( playernum, splitscreen_original_party_size, '\x82') ), true);