diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-05-10 15:25:51 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-05-10 15:25:51 +0200 |
commit | 6de3f108c5ae48943012fad1475a3cfac0447997 (patch) | |
tree | 670d25fab98529330c2ca32721c6f23417965ee1 /src/main/java/at/hannibal2/skyhanni | |
parent | 89800c13c199eabb403eee2a11873f1a60b64f70 (diff) | |
download | skyhanni-6de3f108c5ae48943012fad1475a3cfac0447997.tar.gz skyhanni-6de3f108c5ae48943012fad1475a3cfac0447997.tar.bz2 skyhanni-6de3f108c5ae48943012fad1475a3cfac0447997.zip |
fixed typos
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Bingo.java | 4 | ||||
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Bingo.java b/src/main/java/at/hannibal2/skyhanni/config/features/Bingo.java index c70346516..53ebf93e1 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Bingo.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Bingo.java @@ -34,8 +34,8 @@ public class Bingo { @Expose @ConfigOption( name = "Show Guide", - desc = "Show tips and difficulty for bingo goals inside the bingo card inventory. " + - "§7(§ePowdered by Bingo Splash Community§7)" + desc = "Show tips and difficulty for bingo goals inside the bingo card inventory.\n" + + "§7(§eData from Bingo Splash Community§7)" ) @ConfigEditorBoolean public boolean bingoSplashGuide = true; diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java b/src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java index 6e0120189..aa5992c57 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java @@ -157,8 +157,8 @@ public class Inventory { public boolean highlightDepletedBonzosMasks = false; @Expose - @ConfigOption(name = "Highlight Missing SkyBlock Level Guide", - desc = "Highlight stuff that is missing in the SkyBlock level guide inventory.") + @ConfigOption(name = "Missing Tasks", + desc = "Highlight missing tasks in the SkyBlock level guide inventory.") @ConfigEditorBoolean public boolean highlightMissingSkyBlockLevelGuide = true; |