aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Misc.java
diff options
context:
space:
mode:
authorWalker Selby <git@walkerselby.com>2022-10-19 15:07:27 -0700
committerGitHub <noreply@github.com>2022-10-20 00:07:27 +0200
commit498b8d8a7dbef859cd5829fceee7f83dbe69d870 (patch)
treec2e0895b58da61de7be3aa7369a52cfa8cf09e46 /src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Misc.java
parent90d3fcd1667f12fe0bfe3e311c4739266274a620 (diff)
downloadnotenoughupdates-498b8d8a7dbef859cd5829fceee7f83dbe69d870.tar.gz
notenoughupdates-498b8d8a7dbef859cd5829fceee7f83dbe69d870.tar.bz2
notenoughupdates-498b8d8a7dbef859cd5829fceee7f83dbe69d870.zip
Miscellaneous Typos (#339)
Co-authored-by: MicrocontrollersDev <66657148+MicrocontrollersDev@users.noreply.github.com>
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Misc.java')
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Misc.java10
1 files changed, 5 insertions, 5 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 c6f00182..34495ae4 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
@@ -33,8 +33,8 @@ import org.lwjgl.input.Keyboard;
public class Misc {
@Expose
@ConfigOption(
- name = "Only Show on Skyblock",
- desc = "The item list and some other GUI elements will only show on skyblock"
+ name = "Only Show on SkyBlock",
+ desc = "The item list and some other GUI elements will only show on SkyBlock"
)
@ConfigEditorBoolean
public boolean onlyShowOnSkyblock = true;
@@ -42,7 +42,7 @@ public class Misc {
@Expose
@ConfigOption(
name = "Hide Potion Effects",
- desc = "Hide the potion effects inside your inventory while on skyblock"
+ desc = "Hide the potion effects inside your inventory while on SkyBlock"
)
@ConfigEditorBoolean
public boolean hidePotionEffect = true;
@@ -126,7 +126,7 @@ public class Misc {
@Expose
@ConfigOption(
name = "Damage Indicator Style",
- desc = "Change Skyblock damage indicators to use shortened numbers\n" +
+ desc = "Change SkyBlock damage indicators to use shortened numbers\n" +
"\u00A7cSome old animations mods break this feature"
)
@ConfigEditorBoolean
@@ -145,7 +145,7 @@ public class Misc {
@ConfigOption(
name = "Edit Enchant Colours",
- desc = "Change the colours of certain skyblock enchants (/neuec)"
+ desc = "Change the colours of certain SkyBlock enchants (/neuec)"
)
@ConfigEditorButton(runnableId = 8, buttonText = "Open")
public boolean editEnchantColoursButton = true;