Fix localization of version/game type/ping in server details

This commit is contained in:
def 2020-12-21 12:17:07 +01:00
parent f190e529b6
commit 57b1311b4b

View file

@ -1032,7 +1032,7 @@ void CMenus::RenderServerbrowserServerDetail(CUIRect View)
for(auto &Label : s_aLabels)
{
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);