diff --git a/src/game/client/components/menus_browser.cpp b/src/game/client/components/menus_browser.cpp index 292f0655d..e7e31d399 100644 --- a/src/game/client/components/menus_browser.cpp +++ b/src/game/client/components/menus_browser.cpp @@ -1840,14 +1840,14 @@ void CMenus::RenderDetailInfo(CUIRect View, const CServerInfo *pInfo) if(pInfo) { CUIRect Row; + // Localize("Map"); Localize("Game type"); Localize("Version"); Localize("Casual"); Localize("Normal"); Localize("Difficulty"); Localize("Competitive"); static CLocConstString s_aLabels[] = { - "Map", // Localize - these strings are localized within CLocConstString + "Map", "Game type", "Version", "Difficulty" }; - static CLocConstString s_aDifficulty[] = { - "Casual", // Localize - these strings are localized within CLocConstString + "Casual", "Normal", "Competitive" };