aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorNetheriteMiner <88792142+NetheriteMiner@users.noreply.github.com>2023-03-15 12:24:49 -0400
committerGitHub <noreply@github.com>2023-03-15 12:24:49 -0400
commit78d1406f3ff2949db1616fafabdb2c993b180985 (patch)
tree5a2035276923cf8577200f339c59a04ee89f84d0 /src/main
parentd0d26bc12e13009e92be7f48343666aade74b68b (diff)
downloadskyhanni-78d1406f3ff2949db1616fafabdb2c993b180985.tar.gz
skyhanni-78d1406f3ff2949db1616fafabdb2c993b180985.tar.bz2
skyhanni-78d1406f3ff2949db1616fafabdb2c993b180985.zip
Spelling, clarity
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Fishing.java6
1 files changed, 3 insertions, 3 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 9bb106829..d745db119 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Fishing.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Fishing.java
@@ -13,7 +13,7 @@ public class Fishing {
@Expose
@ConfigOption(
name = "Trophy Counter",
- desc = "Counts every single Trohy message from chat and tells you how many you got already."
+ desc = "Counts Trophy messages from chat and tells you how many you have found."
)
@ConfigEditorBoolean
@ConfigAccordionId(id = 0)
@@ -102,7 +102,7 @@ public class Fishing {
public Position sharkFishCounterPos = new Position(10, 10, false, true);
@Expose
- @ConfigOption(name = "Shorten Fishing Message", desc = "Shorten the chat message what type of sea creature you have fished.")
+ @ConfigOption(name = "Shorten Fishing Message", desc = "Shortens the chat message that says what type of sea creature you have fished.")
@ConfigEditorBoolean
public boolean shortenFishingMessage = false;
-} \ No newline at end of file
+}