aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/AHTweaks.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/AHTweaks.java')
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/AHTweaks.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/AHTweaks.java b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/AHTweaks.java
index 298ddeda..0068b531 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/AHTweaks.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/AHTweaks.java
@@ -81,7 +81,7 @@ public class AHTweaks {
@Expose
@ConfigOption(
name = "Enable Undercut BIN Warning",
- desc = "Ask for confirmation when BINing an item for below X% of lowestbin"
+ desc = "Ask for confirmation when BINing an item for below X% of lowest bin"
)
@ConfigEditorBoolean
@ConfigAccordionId(id = 1)
@@ -90,7 +90,7 @@ public class AHTweaks {
@Expose
@ConfigOption(
name = "Enable Overcut BIN Warning",
- desc = "Ask for confirmation when BINing an item for over X% of lowestbin"
+ desc = "Ask for confirmation when BINing an item for over X% of lowest bin"
)
@ConfigEditorBoolean
@ConfigAccordionId(id = 1)