From ed64fcadd782c73fc48ff518786caa8522262697 Mon Sep 17 00:00:00 2001 From: SomeZer0 <37823182+SomeZer0@users.noreply.github.com> Date: Fri, 29 May 2020 01:09:00 -0500 Subject: [PATCH] boosts: Improve "Boost amount threshold" config description (#11744) --- .../java/net/runelite/client/plugins/boosts/BoostsConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/boosts/BoostsConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/boosts/BoostsConfig.java index 5c9111bc06..dbb0d6d731 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/boosts/BoostsConfig.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/boosts/BoostsConfig.java @@ -104,7 +104,7 @@ public interface BoostsConfig extends Config @ConfigItem( keyName = "boostThreshold", name = "Boost amount threshold", - description = "The amount of levels boosted to display then in different color. A value of 0 will disable the feature.", + description = "The threshold at which boosted levels will be displayed in a different color. A value of 0 will disable the feature.", position = 6 ) default int boostThreshold()