diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-09-07 13:58:08 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-09-07 13:58:08 +0200 |
commit | 44d6ef82022e65b7760de4d827462ba78073e69e (patch) | |
tree | 160cac61f5ac279bd530df45aecffda76190b513 /src/main/java/at/hannibal2 | |
parent | 1562885f615afa40555f210c4c9ede5c13de10fb (diff) | |
download | skyhanni-44d6ef82022e65b7760de4d827462ba78073e69e.tar.gz skyhanni-44d6ef82022e65b7760de4d827462ba78073e69e.tar.bz2 skyhanni-44d6ef82022e65b7760de4d827462ba78073e69e.zip |
wording
Diffstat (limited to 'src/main/java/at/hannibal2')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/BazaarConfig.java | 2 |
1 files changed, 1 insertions, 1 deletions
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; |