diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-09-08 00:01:28 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-09-08 00:01:28 +0200 |
commit | 48571e39d8dece5eb1557a0e3a4d938af726e3b2 (patch) | |
tree | af39590e60fe13d5c066ffebdbb48256ef4fb2e2 /src | |
parent | 91ef35c3e3a4f7b7ff14adfdde9a2750195af354 (diff) | |
download | skyhanni-48571e39d8dece5eb1557a0e3a4d938af726e3b2.tar.gz skyhanni-48571e39d8dece5eb1557a0e3a4d938af726e3b2.tar.bz2 skyhanni-48571e39d8dece5eb1557a0e3a4d938af726e3b2.zip |
funny typos
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/DamageIndicatorConfig.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/DamageIndicatorConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/DamageIndicatorConfig.java index 94ff6f497..d2e7cfed5 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/DamageIndicatorConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/DamageIndicatorConfig.java @@ -111,12 +111,12 @@ public class DamageIndicatorConfig { public static class VampireSlayerConfig { @Expose - @ConfigOption(name = "HP untill Steak", desc = "Show the amount of HP miss1ing untill the steak can be used on the vampire slayer on top of the boss.") + @ConfigOption(name = "HP until Steak", desc = "Show the amount of HP missing until the steak can be used on the vampire slayer on top of the boss.") @ConfigEditorBoolean public boolean hpTillSteak = false; @Expose - @ConfigOption(name = "Mania Circles", desc = "Show a timer until the boss leaves the invicible Mania Circles state.") + @ConfigOption(name = "Mania Circles", desc = "Show a timer until the boss leaves the invincible Mania Circles state.") @ConfigEditorBoolean public boolean maniaCircles = false; |