From 9bb9cd9e2ebc2cd4a66a29e2574fbcf9ecc5f3a1 Mon Sep 17 00:00:00 2001 From: NetheriteMiner <88792142+NetheriteMiner@users.noreply.github.com> Date: Wed, 15 Mar 2023 12:31:04 -0400 Subject: Capitalization --- src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java') diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java b/src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java index 06e4d9587..59830f986 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java @@ -112,7 +112,7 @@ public class Inventory { public List itemNumberAsStackSize = new ArrayList<>(Arrays.asList(3, 9, 11)); @Expose - @ConfigOption(name = "Sack Name", desc = "Show an abbreviation of the Sack name.") + @ConfigOption(name = "Sack Name", desc = "Show an abbreviation of the sack name.") @ConfigEditorBoolean public boolean displaySackName = false; -- cgit