aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman / Nea <roman.graef@gmail.com>2022-07-05 23:09:09 +0200
committerGitHub <noreply@github.com>2022-07-05 23:09:09 +0200
commit64e1c0c3ce8909119bd87f1dce60dc43aa7e1317 (patch)
treecc6b579ed0664516a07d56aed1c0f160ab379699
parentbcd0fa2745f5c5b144c36217d3f32a340dea2259 (diff)
downloadNotEnoughUpdates-64e1c0c3ce8909119bd87f1dce60dc43aa7e1317.tar.gz
NotEnoughUpdates-64e1c0c3ce8909119bd87f1dce60dc43aa7e1317.tar.bz2
NotEnoughUpdates-64e1c0c3ce8909119bd87f1dce60dc43aa7e1317.zip
Update Misc.java
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Misc.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Misc.java b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Misc.java
index ed559418..e8b6474d 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Misc.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Misc.java
@@ -218,7 +218,7 @@ public class Misc {
@Expose
@ConfigOption(
name = "Sign Calculator",
- desc = "§fReplace calculations like §9\"1+2\"§f with the calculation result in sign popups (AH/BZ)"
+ desc = "§7Replace calculations like §9\"1+2\"§7 with the calculation result in sign popups (AH/BZ)"
)
@ConfigEditorDropdown(values = {"Off", "Enabled with ! Prefix", "Always enabled"})
public int calculationMode = 0;