diff options
author | CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> | 2024-05-07 22:22:03 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-07 22:22:03 +1000 |
commit | 723b46a14897468382d1e6e17c0db2091ad50e78 (patch) | |
tree | 2fe44f2b164119da36b622fd3ca9ca2daa830b3d | |
parent | b6c1b883a7edc7f519eddc776fa6ccfdd520d0dc (diff) | |
download | skyhanni-723b46a14897468382d1e6e17c0db2091ad50e78.tar.gz skyhanni-723b46a14897468382d1e6e17c0db2091ad50e78.tar.bz2 skyhanni-723b46a14897468382d1e6e17c0db2091ad50e78.zip |
Improvement: reword (#1729)
2 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/chat/FilterTypesConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/chat/FilterTypesConfig.java index 37172b970..05277815a 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/chat/FilterTypesConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/chat/FilterTypesConfig.java @@ -93,7 +93,7 @@ public class FilterTypesConfig { public boolean diana = false; @Expose - @ConfigOption(name = "Factory Upgrade", desc = "Hide chocolate factory upgrade and employee promotion messages.") + @ConfigOption(name = "Factory Upgrade", desc = "Hide Hypixel's chocolate factory upgrade and employee promotion messages.") @ConfigEditorBoolean @FeatureToggle public boolean factoryUpgrade = false; diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/inventory/chocolatefactory/ChocolateUpgradeWarningsConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/inventory/chocolatefactory/ChocolateUpgradeWarningsConfig.java index befe79b1a..f77e52864 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/inventory/chocolatefactory/ChocolateUpgradeWarningsConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/inventory/chocolatefactory/ChocolateUpgradeWarningsConfig.java @@ -8,7 +8,7 @@ import io.github.notenoughupdates.moulconfig.annotations.ConfigOption; public class ChocolateUpgradeWarningsConfig { @Expose - @ConfigOption(name = "Upgrade Warning", desc = "Chat notification when you have an upgrade available to purchase.") + @ConfigOption(name = "Upgrade Warning", desc = "Chat notification when you have a chocolate factory upgrade available to purchase.") @ConfigEditorBoolean @FeatureToggle public boolean upgradeWarning = true; |