diff options
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; |