mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 22:48:18 +00:00
Fix a spelling mistake "Spactating"->"Spectating"
There's spelling mistake in menus_ingame.cpp (line 99)
This commit is contained in:
parent
fe49818093
commit
b09dacf02f
|
@ -96,7 +96,7 @@ void CMenus::RenderGame(CUIRect MainView)
|
|||
str_copy(aBuf, Localize("locked"), sizeof(aBuf));
|
||||
}
|
||||
else
|
||||
str_copy(aBuf, Localize(Team != TEAM_SPECTATORS ? "Spectate" : "Spactating"), sizeof(aBuf)); // Localize("Spectating");
|
||||
str_copy(aBuf, Localize(Team != TEAM_SPECTATORS ? "Spectate" : "Spectating"), sizeof(aBuf)); // Localize("Spectating");
|
||||
|
||||
Left.VSplitLeft(ButtonWidth, &Button, &Left);
|
||||
Left.VSplitLeft(Spacing, 0, &Left);
|
||||
|
|
Loading…
Reference in a new issue