diff options
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/fishing/BarnTimerConfig.java | 8 |
1 files changed, 4 insertions, 4 deletions
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; |