aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSchlaumeyer <51930935+SchIaumeyer@users.noreply.github.com>2022-04-01 12:45:21 +0200
committerGitHub <noreply@github.com>2022-04-01 12:45:21 +0200
commitc60f9085f61c5f489bcf11da806ddc498fba1692 (patch)
treed908274ed8c7a9ac401a9a2ec5c8e95c5df6b456
parent924f5da75b3c5ab8bdcfee8b9f16496c6e07f8f0 (diff)
downloadNotEnoughUpdates-c60f9085f61c5f489bcf11da806ddc498fba1692.tar.gz
NotEnoughUpdates-c60f9085f61c5f489bcf11da806ddc498fba1692.tar.bz2
NotEnoughUpdates-c60f9085f61c5f489bcf11da806ddc498fba1692.zip
Fixed typo from original repo (#105)
https://github.com/Moulberry/NotEnoughUpdates/pull/273
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ItemOverlays.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ItemOverlays.java b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ItemOverlays.java
index 0a5ec6c2..2fedf559 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ItemOverlays.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ItemOverlays.java
@@ -348,7 +348,7 @@ public class ItemOverlays {
@Expose
@ConfigOption(
name = "Pickaxe Ability Cooldown",
- desc = "Show the cooldown duration off the pickaxe ability as the durability."
+ desc = "Show the cooldown duration of the pickaxe ability as the durability."
)
@ConfigEditorBoolean
public boolean pickaxeAbility = true;