From e98a3a4deb284fca243c9f61c7d3755200d63364 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sat, 9 Dec 2023 01:42:06 +0100 Subject: better wording --- .../hannibal2/skyhanni/config/features/event/bingo/BingoCardConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 9150f06e4..79cd7336d 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 @@ -55,7 +55,7 @@ public class BingoCardConfig { public boolean hideDoneDifficulty = true; @Expose - @ConfigOption(name = "Community Goal Progress", desc = "Show a chat message with the positive or negative progress in the community goal percentage after opening the bingo card inventory.") + @ConfigOption(name = "Community Percentages", desc = "Send a chat message with the change of community goal percentages after opening the bingo card inventory.") @ConfigEditorBoolean @FeatureToggle public boolean communityGoalProgress = true; -- cgit