From 73fe28b9c04a02fa5571763e71bd6ef76c138e83 Mon Sep 17 00:00:00 2001 From: troyBORG Date: Mon, 2 Dec 2024 15:23:44 -0600 Subject: [PATCH 1/2] Update en.json Removed . at the end of naming to match the rest. And removed space at the start of a new sentence. --- en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/en.json b/en.json index 8f9436e..15ab9fe 100644 --- a/en.json +++ b/en.json @@ -1384,10 +1384,10 @@ "Settings.KeyboardLookSettings": "Keyboard Look Settings", "Settings.KeyboardLookSettings.LookEnabled": "Keyboard Look", - "Settings.KeyboardLookSettings.LookEnabled.Description": "When enabled, Keyboard Look allows you to move your head around using the arrow keys on your keyboard.
It is designed for scenarios when a Mouse might not be available or suitable such as when using a laptop or when accessible alternatives to a Mouse are required.", - "Settings.KeyboardLookSettings.HorizontalSpeed": "Horizontal Speed for Keyboard Looking.", + "Settings.KeyboardLookSettings.LookEnabled.Description": "When enabled, Keyboard Look allows you to move your head around using the arrow keys on your keyboard.
It is designed for scenarios when a Mouse might not be available or suitable such as when using a laptop or when accessible alternatives to a Mouse are required.", + "Settings.KeyboardLookSettings.HorizontalSpeed": "Horizontal Speed for Keyboard Looking", "Settings.KeyboardLookSettings.HorizontalSpeed.Description": "Use this to adjust how fast your head moves horizontally when using Keyboard Look.", - "Settings.KeyboardLookSettings.VericalSpeed": "Vertical Speed for Keyboard Looking.", + "Settings.KeyboardLookSettings.VericalSpeed": "Vertical Speed for Keyboard Looking", "Settings.KeyboardLookSettings.VerticalSpeed.Description": "Use this to adjust how fast your head moves vertically when using Keyboard Look.", "Settings.GeneralHapticsSettings.EnableControllerVibration": "Controller vibration", From 3d1e2b5d6ac3e1b3bb5fcf32179643908b5e8fc1 Mon Sep 17 00:00:00 2001 From: troyBORG Date: Mon, 2 Dec 2024 16:31:01 -0600 Subject: [PATCH 2/2] Update en.json Fixed type in Vertical as reported by https://github.com/Yellow-Dog-Man/Locale/pull/581 --- en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en.json b/en.json index 15ab9fe..5a040c9 100644 --- a/en.json +++ b/en.json @@ -1387,7 +1387,7 @@ "Settings.KeyboardLookSettings.LookEnabled.Description": "When enabled, Keyboard Look allows you to move your head around using the arrow keys on your keyboard.
It is designed for scenarios when a Mouse might not be available or suitable such as when using a laptop or when accessible alternatives to a Mouse are required.", "Settings.KeyboardLookSettings.HorizontalSpeed": "Horizontal Speed for Keyboard Looking", "Settings.KeyboardLookSettings.HorizontalSpeed.Description": "Use this to adjust how fast your head moves horizontally when using Keyboard Look.", - "Settings.KeyboardLookSettings.VericalSpeed": "Vertical Speed for Keyboard Looking", + "Settings.KeyboardLookSettings.VerticalSpeed": "Vertical Speed for Keyboard Looking", "Settings.KeyboardLookSettings.VerticalSpeed.Description": "Use this to adjust how fast your head moves vertically when using Keyboard Look.", "Settings.GeneralHapticsSettings.EnableControllerVibration": "Controller vibration",