mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Fix localization of version/game type/ping in server details
This commit is contained in:
parent
f190e529b6
commit
57b1311b4b
|
@ -1032,7 +1032,7 @@ void CMenus::RenderServerbrowserServerDetail(CUIRect View)
|
||||||
for(auto &Label : s_aLabels)
|
for(auto &Label : s_aLabels)
|
||||||
{
|
{
|
||||||
LeftColumn.HSplitTop(15.0f, &Row, &LeftColumn);
|
LeftColumn.HSplitTop(15.0f, &Row, &LeftColumn);
|
||||||
UI()->DoLabelScaled(&Row, Label, FontSize, -1);
|
UI()->DoLabelScaled(&Row, Localize(Label), FontSize, -1);
|
||||||
}
|
}
|
||||||
|
|
||||||
RightColumn.HSplitTop(15.0f, &Row, &RightColumn);
|
RightColumn.HSplitTop(15.0f, &Row, &RightColumn);
|
||||||
|
|
Loading…
Reference in a new issue