aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLorenz <lo.scherf@gmail.com>2022-09-07 05:23:02 +0200
committerLorenz <lo.scherf@gmail.com>2022-09-07 05:23:02 +0200
commit24297cc844efff50d8961397ab5d4d0fd5368b5c (patch)
treee0ecf35f8746d038da563462a789af705950ef5a /src
parent320fbd4cf945b4ce7871c37bcedcdab94d534249 (diff)
downloadSkyHanni-24297cc844efff50d8961397ab5d4d0fd5368b5c.tar.gz
SkyHanni-24297cc844efff50d8961397ab5d4d0fd5368b5c.tar.bz2
SkyHanni-24297cc844efff50d8961397ab5d4d0fd5368b5c.zip
typo
Diffstat (limited to 'src')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Chat.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Chat.java b/src/main/java/at/hannibal2/skyhanni/config/features/Chat.java
index 3fe253cc0..14baeeeb7 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Chat.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Chat.java
@@ -84,7 +84,7 @@ public class Chat {
@Expose
@ConfigOption(name = "Hide Far Deaths", desc = "Hide the death messages of other players, " +
- "except for players who are close to the player, inside dungeon or doing a Kuudra fight.")
+ "except for players who are close to the player, inside dungeon or during a Kuudra fight.")
@ConfigEditorBoolean
public boolean hideFarDeathMessages = false;
}