From 44d6ef82022e65b7760de4d827462ba78073e69e Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Thu, 7 Sep 2023 13:58:08 +0200 Subject: wording --- src/main/java/at/hannibal2/skyhanni/config/features/BazaarConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/BazaarConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/BazaarConfig.java index bfb0b30d6..8f60e5b28 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/BazaarConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/BazaarConfig.java @@ -36,7 +36,7 @@ public class BazaarConfig { public boolean cancelledBuyOrderClipboard = false; @Expose - @ConfigOption(name = "Price Website", desc = "Adds an item to the bazaar product inventory that will open the item page in §cskyblock.bz§7.") + @ConfigOption(name = "Price Website", desc = "Adds a button to the bazaar product inventory that will open the item page in §cskyblock.bz§7.") @ConfigEditorBoolean @FeatureToggle public boolean openPriceWebsite = false; -- cgit