aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/InventoryConfig.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/InventoryConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/InventoryConfig.java
index 9ddaae675..3c6c75056 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/InventoryConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/InventoryConfig.java
@@ -233,7 +233,7 @@ public class InventoryConfig {
public static class ChestValueConfig {
@Expose
- @ConfigOption(name = "Enabled", desc = "Enable estimated value of chest")
+ @ConfigOption(name = "Enabled", desc = "Enable estimated value of chest.")
@ConfigEditorBoolean
@FeatureToggle
public boolean enabled = false;