diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-12-09 01:42:06 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-12-09 01:42:06 +0100 |
commit | e98a3a4deb284fca243c9f61c7d3755200d63364 (patch) | |
tree | 6940e4275f924ed3e05dfe576a3f9bae09f58dd3 /src | |
parent | 071a215e9f55b2bf90bcdc8be5fc25ae9fe981cb (diff) | |
download | skyhanni-e98a3a4deb284fca243c9f61c7d3755200d63364.tar.gz skyhanni-e98a3a4deb284fca243c9f61c7d3755200d63364.tar.bz2 skyhanni-e98a3a4deb284fca243c9f61c7d3755200d63364.zip |
better wording
Diffstat (limited to 'src')
-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 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; |