aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/DamageIndicator.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/DamageIndicator.java b/src/main/java/at/hannibal2/skyhanni/config/features/DamageIndicator.java
index c392edeba..a491090d4 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/DamageIndicator.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/DamageIndicator.java
@@ -13,12 +13,12 @@ import java.util.List;
public class DamageIndicator {
@Expose
- @ConfigOption(name = "Damage Indicator Enabled", desc = "Show the missing health of a boss.")
+ @ConfigOption(name = "Damage Indicator Enabled", desc = "Show the boss' remaining health.")
@ConfigEditorBoolean
public boolean enabled = false;
@Expose
- @ConfigOption(name = "Healing Chat Message", desc = "Sends a chat message when a boss heals himself.")
+ @ConfigOption(name = "Healing Chat Message", desc = "Sends a chat message when a boss heals themself.")
@ConfigEditorBoolean
public boolean healingMessage = false;
@@ -83,7 +83,7 @@ public class DamageIndicator {
public boolean hideVanillaNametag = false;
@Expose
- @ConfigOption(name = "Time to Kill", desc = "Show the time it takes to kill the Slayer boss.")
+ @ConfigOption(name = "Time to Kill", desc = "Show the time it takes to kill the slayer boss.")
@ConfigEditorBoolean
public boolean timeToKillSlayer = true;
}