mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-20 06:58:20 +00:00
Fix grammar mistake
This commit is contained in:
parent
6d11c34d63
commit
81131c7831
|
@ -723,7 +723,7 @@ bool CSaveTeam::MatchPlayers(const char (*paNames)[MAX_NAME_LENGTH], const int *
|
|||
}
|
||||
if(!Found)
|
||||
{
|
||||
str_format(pMessage, MessageLen, "'%s' don't belong to this team", paNames[i]);
|
||||
str_format(pMessage, MessageLen, "'%s' doesn't belong to this team", paNames[i]);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue