mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Fix ghost menu localization
This commit is contained in:
parent
0c6026c22e
commit
d37bb5e65a
|
@ -950,8 +950,8 @@ void CMenus::RenderGhost(CUIRect MainView)
|
|||
static CColumn s_aCols[] = {
|
||||
{-1, " ", 2.0f, {0}, {0}},
|
||||
{COL_ACTIVE, " ", 30.0f, {0}, {0}},
|
||||
{COL_NAME, Localize("Name"), 300.0f, {0}, {0}},
|
||||
{COL_TIME, Localize("Time"), 200.0f, {0}, {0}},
|
||||
{COL_NAME, "Name", 300.0f, {0}, {0}},
|
||||
{COL_TIME, "Time", 200.0f, {0}, {0}},
|
||||
};
|
||||
|
||||
int NumCols = sizeof(s_aCols)/sizeof(CColumn);
|
||||
|
|
Loading…
Reference in a new issue