aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/at')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/SlayerConfig.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/SlayerConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/SlayerConfig.java
index d2b4cc61d..8efb78da5 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/SlayerConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/SlayerConfig.java
@@ -403,7 +403,7 @@ public class SlayerConfig {
}
@Expose
- @ConfigOption(name = "Boss spawn warning", desc = "")
+ @ConfigOption(name = "Boss Spawn Warning", desc = "")
@Accordion
public SlayerBossWarning slayerBossWarning = new SlayerBossWarning();
@@ -415,7 +415,7 @@ public class SlayerConfig {
public boolean enabled = false;
@Expose
- @ConfigOption(name = "Percent", desc = "The percent at which the title and sound should be sent.")
+ @ConfigOption(name = "Percent", desc = "The percentage at which the title and sound should be sent.")
@ConfigEditorSlider(minStep = 1, minValue = 50, maxValue = 90)
public int percent = 80;