aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-01-19 14:42:05 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-01-19 14:42:05 +0100
commit234276f624d367479f3b75595280a8da7e55b052 (patch)
tree1c84b3361e3c5d9d414b86afeb57c06e6bc7166a /src
parentb258c9560381b74905ba1c37c1d5102bbe9b32f6 (diff)
downloadskyhanni-234276f624d367479f3b75595280a8da7e55b052.tar.gz
skyhanni-234276f624d367479f3b75595280a8da7e55b052.tar.bz2
skyhanni-234276f624d367479f3b75595280a8da7e55b052.zip
Better wording.
Diffstat (limited to 'src')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Fishing.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Fishing.java b/src/main/java/at/hannibal2/skyhanni/config/features/Fishing.java
index 00d31a42b..00fe136eb 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Fishing.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Fishing.java
@@ -96,7 +96,7 @@ public class Fishing {
public Position sharkFishCounterPos = new Position(10, 10, false, true);
@Expose
- @ConfigOption(name = "Shorten Fishing Message", desc = "Shorten the message what type of sea creature you have fished.")
+ @ConfigOption(name = "Shorten Fishing Message", desc = "Shorten the chat message what type of sea creature you have fished.")
@ConfigEditorBoolean
public boolean shortenFishingMessage = false;
} \ No newline at end of file