diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-12-04 11:44:15 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-12-04 11:44:15 +0100 |
commit | b8b15fb7e47563a9bcfda147e5c56585f852f277 (patch) | |
tree | 28af94830d486d50a998b5e07c8ccf328e5fb5dc /src/main/java | |
parent | 460a8c696a70faf67dcbea9c3feea5995683bafe (diff) | |
download | skyhanni-b8b15fb7e47563a9bcfda147e5c56585f852f277.tar.gz skyhanni-b8b15fb7e47563a9bcfda147e5c56585f852f277.tar.bz2 skyhanni-b8b15fb7e47563a9bcfda147e5c56585f852f277.zip |
wording
Diffstat (limited to 'src/main/java')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/event/bingo/BingoCardConfig.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/event/bingo/BingoCardConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/event/bingo/BingoCardConfig.java index 36eaf5d6c..ae382d25d 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/event/bingo/BingoCardConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/event/bingo/BingoCardConfig.java @@ -49,7 +49,7 @@ public class BingoCardConfig { public Property<Boolean> nextTipDuration = Property.of(true); @Expose - @ConfigOption(name = "Hide Difficulty When Done", desc = "Remove the background color in the difficulty once the goal is done.") + @ConfigOption(name = "Hide Difficulty When Done", desc = "Remove the background difficulty color in the bingo card inventory when the goal is done.") @ConfigEditorBoolean public boolean hideDoneDifficulty = true; } |