From 07565b33e647173f9caf63387ecf7ea6c2090a2a Mon Sep 17 00:00:00 2001 From: Ryuvi Date: Thu, 4 Apr 2024 21:08:38 -0500 Subject: [PATCH] Add Settings UI Description Field Strings Added two new strings for the description field on the right side of the Settings UI which shows the description of a setting when you hover over it. --- en.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/en.json b/en.json index 7c894bc..fec256d 100644 --- a/en.json +++ b/en.json @@ -1396,6 +1396,9 @@ "Settings.InteractiveCameraPostProcessingSettings.MotionBlur": "Motion blur", "Settings.InteractiveCameraPostProcessingSettings.ScreenSpaceReflections": "Screen space reflections", + "Settings.DescriptionField.NoTextTitle": "More Information", + "Settings.DescriptionField.NoTextDescription": "Hover over a setting to see its description.", + "LocomotionArchetype.Walk": "Walk", "LocomotionArchetype.Fly": "Fly", "LocomotionArchetype.NoClip": "Noclip",