diff --git a/resource/FortressForever_english.txt b/resource/FortressForever_english.txt index 693db90..3a186fd 100644 Binary files a/resource/FortressForever_english.txt and b/resource/FortressForever_english.txt differ diff --git a/resource/Options3.vdf b/resource/Options3.vdf index 7f34052..c07f403 100644 --- a/resource/Options3.vdf +++ b/resource/Options3.vdf @@ -1,15 +1,20 @@ "Options" { - "heading" - { - "caption" "#GameUI_HeadsUpDisplayHeading" - } - "tchud" { "caption" "#GameUI_TeamColorHUD" "cvar" "cl_teamcolourhud" } + "hud_showweaponselect" + { + "caption" "#GameUI_ShowWeaponSelect" + "cvar" "hud_weaponselect" + } + "hud_fastswitch" + { + "caption" "#GameUI_FastSwitch" + "cvar" "hud_fastswitch" + } "hud_centerid" { "caption" "#GameUI_CenterPlayerInfo" @@ -30,11 +35,6 @@ "caption" "#GameUI_ShowAverageSpeedometer" "cvar" "hud_speedometer_avg" } - - "heading" - { - "caption" "#GameUI_InGameMenusHeading" - } "usemouse" { "caption" "#GameUI_UseMouseIngameMenus"