From c61ef5cc98ee4d85e1b2dc88d8f72f8a2b5a4174 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Mon, 24 Jul 2023 15:08:03 +0200 Subject: typos --- src/main/java/at/hannibal2/skyhanni/config/features/SlayerConfig.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/java/at') 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; -- cgit