From dbd4a7ab55013ef731d0215b4307e138eb6936e2 Mon Sep 17 00:00:00 2001 From: Ryuvi Date: Wed, 27 Mar 2024 21:40:07 -0500 Subject: [PATCH] Fixed Category Name Typo Added a missing "s" to the GeneralControlsSettings key. --- en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en.json b/en.json index 7c08b57..f1dc744 100644 --- a/en.json +++ b/en.json @@ -1182,7 +1182,7 @@ "Settings.Category.UserInterface": "User Interface", "Settings.Category.Graphics": "Graphics", - "Settings.GeneralControlSettings": "General Controls", + "Settings.GeneralControlsSettings": "General Controls", "Settings.LocomotionSettings": "Locomotion", "Settings.MovementSettings": "Movement", "Settings.MouseSettings": "Mouse",