From ceda768f2ba6fba27a09642f055483e1fc11baa0 Mon Sep 17 00:00:00 2001 From: James Seibel Date: Mon, 4 Sep 2023 11:05:02 -0500 Subject: [PATCH] Fix allowUnsafeValues localization typo --- core/src/main/resources/assets/distanthorizons/lang/en_us.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/resources/assets/distanthorizons/lang/en_us.json b/core/src/main/resources/assets/distanthorizons/lang/en_us.json index bd549717e..da6229faa 100644 --- a/core/src/main/resources/assets/distanthorizons/lang/en_us.json +++ b/core/src/main/resources/assets/distanthorizons/lang/en_us.json @@ -387,7 +387,7 @@ "distanthorizons.config.client.advanced.debugging.allowUnsafeValues": "Allow Unsafe UI Values", "distanthorizons.config.client.advanced.debugging.allowUnsafeValues.@tooltip": - "If enabled, very limited config input validation will be performed. \n\nWarning: enabling this can cause instability or crashing, use at your own risk. \nNote: this is option isn't saved between sessions.", + "If enabled, very limited config input validation will be performed. \n\nWarning: enabling this can cause instability or crashing, use at your own risk. \nNote: this option isn't saved between sessions.", "distanthorizons.config.client.advanced.debugging.overrideVanillaGLLogger": "Override Vanilla OpenGL Logger", "distanthorizons.config.client.advanced.debugging.overrideVanillaGLLogger.@tooltip":