mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Menu: Fix a typo in loading state text
This commit is contained in:
parent
9e4098f3a5
commit
04ff8f13c2
|
@ -1492,7 +1492,7 @@ int CMenus::Render()
|
|||
else if(Client()->LoadingStateDetail() == IClient::LOADING_STATE_DETAIL_GETTING_READY)
|
||||
{
|
||||
pTitle = Localize("Connected");
|
||||
pExtraText = Localize("Sending intial client info");
|
||||
pExtraText = Localize("Sending initial client info");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue