diff options
| author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-01-19 14:42:05 +0100 |
|---|---|---|
| committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-01-19 14:42:05 +0100 |
| commit | 7b68c64d90ba07f7c612f0bad6cc277850e954a3 (patch) | |
| tree | 1c84b3361e3c5d9d414b86afeb57c06e6bc7166a /src/main/java | |
| parent | a3703190ed39670cd6606eef36cbbfe383429880 (diff) | |
| download | SkyHanni-7b68c64d90ba07f7c612f0bad6cc277850e954a3.tar.gz SkyHanni-7b68c64d90ba07f7c612f0bad6cc277850e954a3.tar.bz2 SkyHanni-7b68c64d90ba07f7c612f0bad6cc277850e954a3.zip | |
Better wording.
Diffstat (limited to 'src/main/java')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Fishing.java | 2 |
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 |
