From cebe991e0f997035e9e0be0f49fd460be20c5a20 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Wed, 22 Nov 2023 13:55:11 +0100 Subject: better description --- .../skyhanni/config/features/fishing/BarnTimerConfig.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/main') diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/fishing/BarnTimerConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/fishing/BarnTimerConfig.java index 6dbf5b99b..bf2609ed0 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/fishing/BarnTimerConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/fishing/BarnTimerConfig.java @@ -22,7 +22,7 @@ public class BarnTimerConfig { @Expose @ConfigOption( name = "Worm Fishing", - desc = "Show the Barn Fishing Timer even for worms or other sea creatures in the Crystal Hollows." + desc = "Show the Barn Fishing Timer in the Crystal Hollows." ) @ConfigEditorBoolean public boolean crystalHollows = true; @@ -30,7 +30,7 @@ public class BarnTimerConfig { @Expose @ConfigOption( name = "Lava Fishing", - desc = "Show the Barn Fishing Timer even while in the Crimson Isle." + desc = "Show the Barn Fishing Timer in the Crimson Isle." ) @ConfigEditorBoolean public boolean crimsonIsle = true; @@ -38,7 +38,7 @@ public class BarnTimerConfig { @Expose @ConfigOption( name = "Winter Fishing", - desc = "Show the Barn Fishing Timer even on the Jerry's Workshop." + desc = "Show the Barn Fishing Timer on the Jerry's Workshop." ) @ConfigEditorBoolean public boolean winterIsland = true; @@ -46,7 +46,7 @@ public class BarnTimerConfig { @Expose @ConfigOption( name = "Stranded Fishing", - desc = "Show the Barn Fishing Timer even on all the different islands Stranded players can visit." + desc = "Show the Barn Fishing Timer on all the different islands that Stranded players can visit." ) @ConfigEditorBoolean public boolean forStranded = true; -- cgit