aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-07-24 15:08:03 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-07-24 15:08:03 +0200
commitc61ef5cc98ee4d85e1b2dc88d8f72f8a2b5a4174 (patch)
treedc2021e7bcba6571a55329d124e2febbb66031dc /src/main/java/at
parent48449acc17694d99c84db001ecb9215a901666a5 (diff)
downloadskyhanni-c61ef5cc98ee4d85e1b2dc88d8f72f8a2b5a4174.tar.gz
skyhanni-c61ef5cc98ee4d85e1b2dc88d8f72f8a2b5a4174.tar.bz2
skyhanni-c61ef5cc98ee4d85e1b2dc88d8f72f8a2b5a4174.zip
typos
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;