From fe15584a6fe61911108fefdd69102a7bfc437368 Mon Sep 17 00:00:00 2001 From: NetheriteMiner <88792142+NetheriteMiner@users.noreply.github.com> Date: Wed, 15 Mar 2023 13:55:46 -0400 Subject: Periods Punctuation is important. --- .../java/at/hannibal2/skyhanni/config/features/Inventory.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/main/java/at/hannibal2') 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; -- cgit