mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 03:51:50 +00:00
Just say "joined" so to not worry about plurals
This commit is contained in:
parent
4f40edaf01
commit
fc1e4b5cc5
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue