aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNetheriteMiner <88792142+NetheriteMiner@users.noreply.github.com>2023-03-15 12:31:04 -0400
committerGitHub <noreply@github.com>2023-03-15 12:31:04 -0400
commit75eb68d5dfe876e7e8d19ba9ad96662e1731d9b1 (patch)
treeabccd6e9f8536c5241d13b4e54f75745e94655bb
parent711962fb6deda9fb0ba4d1c9f05bdcf33f3f418a (diff)
downloadSkyHanni-75eb68d5dfe876e7e8d19ba9ad96662e1731d9b1.tar.gz
SkyHanni-75eb68d5dfe876e7e8d19ba9ad96662e1731d9b1.tar.bz2
SkyHanni-75eb68d5dfe876e7e8d19ba9ad96662e1731d9b1.zip
Capitalization
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java2
1 files changed, 1 insertions, 1 deletions
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<Integer> 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;