diff options
| author | NetheriteMiner <88792142+NetheriteMiner@users.noreply.github.com> | 2023-03-15 12:24:49 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-15 12:24:49 -0400 |
| commit | a042d1529690f271fba71bfe630d41ca5b5ffbe9 (patch) | |
| tree | 5a2035276923cf8577200f339c59a04ee89f84d0 | |
| parent | e8a251b08ed6eb0dcb4be23a6cc84703bc8ffb6e (diff) | |
| download | SkyHanni-a042d1529690f271fba71bfe630d41ca5b5ffbe9.tar.gz SkyHanni-a042d1529690f271fba71bfe630d41ca5b5ffbe9.tar.bz2 SkyHanni-a042d1529690f271fba71bfe630d41ca5b5ffbe9.zip | |
Spelling, clarity
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Fishing.java | 6 |
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 +} |
