diff options
author | NetheriteMiner <88792142+NetheriteMiner@users.noreply.github.com> | 2023-03-15 13:55:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-15 13:55:46 -0400 |
commit | fe15584a6fe61911108fefdd69102a7bfc437368 (patch) | |
tree | 68aa45dbddddb3066c2166097a0b8b9aab5219cf /src | |
parent | 68a308a88b4300f089a708535ae67a8521441cbc (diff) | |
download | skyhanni-fe15584a6fe61911108fefdd69102a7bfc437368.tar.gz skyhanni-fe15584a6fe61911108fefdd69102a7bfc437368.tar.bz2 skyhanni-fe15584a6fe61911108fefdd69102a7bfc437368.zip |
Periods
Punctuation is important.
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java | 10 |
1 files changed, 5 insertions, 5 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 59830f986..0e3fa3ba6 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java @@ -43,19 +43,19 @@ public class Inventory { public boolean rngMeter = false; @Expose - @ConfigOption(name = "Floor Names", desc = "Show the floor names in the catacombs rng meter inventory") + @ConfigOption(name = "Floor Names", desc = "Show the floor names in the catacombs rng meter inventory.") @ConfigEditorBoolean @ConfigAccordionId(id = 1) public boolean rngMeterFloorName = false; @Expose - @ConfigOption(name = "No Drop", desc = "Highlight floors without a drop selected in the catacombs rng meter inventory") + @ConfigOption(name = "No Drop", desc = "Highlight floors without a drop selected in the catacombs rng meter inventory.") @ConfigEditorBoolean @ConfigAccordionId(id = 1) public boolean rngMeterNoDrop = false; @Expose - @ConfigOption(name = "Selected Drop", desc = "Highlight the selected drop in the catacombs or slayer rng meter inventory") + @ConfigOption(name = "Selected Drop", desc = "Highlight the selected drop in the catacombs or slayer rng meter inventory.") @ConfigEditorBoolean @ConfigAccordionId(id = 1) public boolean rngMeterSelectedDrop = false; @@ -91,7 +91,7 @@ public class Inventory { @Expose @ConfigOption( name = "Item number", - desc = "Showing the item number as a stack size for these items" + desc = "Showing the item number as a stack size for these items." ) @ConfigEditorDraggableList( exampleText = { @@ -129,7 +129,7 @@ public class Inventory { @Expose @ConfigOption(name = "Highlight Depleted Bonzo's Masks", - desc = "Highlights used Bonzo's Masks with a background") + desc = "Highlights used Bonzo's Masks with a background.") @ConfigEditorBoolean public boolean highlightDepletedBonzosMasks = false; |