aboutsummaryrefslogtreecommitdiff
path: root/src
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
commit9bb9cd9e2ebc2cd4a66a29e2574fbcf9ecc5f3a1 (patch)
treeabccd6e9f8536c5241d13b4e54f75745e94655bb /src
parent3489597cf567c8e761877d216bb9d96d23ba92f8 (diff)
downloadskyhanni-9bb9cd9e2ebc2cd4a66a29e2574fbcf9ecc5f3a1.tar.gz
skyhanni-9bb9cd9e2ebc2cd4a66a29e2574fbcf9ecc5f3a1.tar.bz2
skyhanni-9bb9cd9e2ebc2cd4a66a29e2574fbcf9ecc5f3a1.zip
Capitalization
Diffstat (limited to 'src')
-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;