diff options
author | SeRaid <77941535+SeRaid743@users.noreply.github.com> | 2024-04-11 14:55:33 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-11 12:55:33 +1000 |
commit | b91093d711b6f3474300ae18fb8d58a52ed10801 (patch) | |
tree | a3b74e6213aec52af3d398a19f1eb004bd275943 | |
parent | 2f29e7829634276681ad3d188a8bf9178a733e93 (diff) | |
download | NotEnoughUpdates-b91093d711b6f3474300ae18fb8d58a52ed10801.tar.gz NotEnoughUpdates-b91093d711b6f3474300ae18fb8d58a52ed10801.tar.bz2 NotEnoughUpdates-b91093d711b6f3474300ae18fb8d58a52ed10801.zip |
Fix misplaced bracket in description (#1083)
-rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/Misc.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/Misc.java b/src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/Misc.java index cd5bd3d6..f0e36d56 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/Misc.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/Misc.java @@ -357,7 +357,7 @@ public class Misc { @Expose @ConfigOption( name = "Countdown Calculations", - desc = "Shows a(n estimated) timestamp for when a countdown in an item's tooltip will end, relative to your timezone. Also applies to §e/neucalendar§r." + desc = "Shows an (estimated) timestamp for when a countdown in an item's tooltip will end, relative to your timezone. Also applies to §e/neucalendar§r." ) @ConfigEditorDropdown( values = {"Off", "AM/PM [1PM]", "24hr [13:00]"} |