aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/at/hannibal2')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/FishingConfig.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/FishingConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/FishingConfig.java
index 56dfc021e..6b47c6025 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/FishingConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/FishingConfig.java
@@ -141,7 +141,7 @@ public class FishingConfig {
@Expose
@ConfigOption(
name = "Worm Cap Alert",
- desc = "Alerts you with sound if you hit the Worm Sea Creature limit of 60."
+ desc = "Alerts you with title and sound if you hit the Worm Sea Creature limit of 60."
)
@ConfigEditorBoolean
public boolean wormLimitAlert = true;