From 7f50de17c03a0e0cf4ac25fb1de62129adfdbab1 Mon Sep 17 00:00:00 2001 From: James Seibel Date: Mon, 17 Jun 2024 07:40:49 -0500 Subject: [PATCH] Fix file handler tooltip --- 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 bd30b18ba..2aaf12c3b 100644 --- a/core/src/main/resources/assets/distanthorizons/lang/en_us.json +++ b/core/src/main/resources/assets/distanthorizons/lang/en_us.json @@ -402,7 +402,7 @@ "distanthorizons.config.client.advanced.multiThreading.numberOfFileHandlerThreads": "NO. of file handler threads", "distanthorizons.config.client.advanced.multiThreading.numberOfFileHandlerThreads.@tooltip": - "The number of threads used when building vertex buffers \n(The things sent to your GPU to draw the LODs). \nCan only be between 1 and your CPU's processor count.", + "The number of threads used when reading/writing LOD data to/from the disk. \nCan only be between 1 and your CPU's processor count.", "distanthorizons.config.client.advanced.multiThreading.runTimeRatioForFileHandlerThreads": "Runtime % for file handler threads",