diff options
| author | Walker Selby <git@walkerselby.com> | 2022-10-19 15:07:27 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-20 00:07:27 +0200 |
| commit | 498b8d8a7dbef859cd5829fceee7f83dbe69d870 (patch) | |
| tree | c2e0895b58da61de7be3aa7369a52cfa8cf09e46 /src/main/java/io/github/moulberry/notenoughupdates/options | |
| parent | 90d3fcd1667f12fe0bfe3e311c4739266274a620 (diff) | |
| download | notenoughupdates-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')
8 files changed, 15 insertions, 15 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) diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ApiData.java b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ApiData.java index 9ed09ac3..e52b7d34 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ApiData.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ApiData.java @@ -31,7 +31,7 @@ public class ApiData { @Expose @ConfigOption( name = "Api Key", - desc = "Hypixel api key\nYou can run §a/api new§r to autofill this value." + desc = "Hypixel API key\nYou can run §a/api new§r to autofill this value." ) @ConfigEditorText public String apiKey = ""; diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Calendar.java b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Calendar.java index fe593f56..f1debe28 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Calendar.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Calendar.java @@ -28,7 +28,7 @@ public class Calendar { @Expose @ConfigOption( name = "Event Notifications", - desc = "Display notifications for skyblock calendar events" + desc = "Display notifications for SkyBlock calendar events" ) @ConfigEditorBoolean public boolean eventNotifications = true; diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Dungeons.java b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Dungeons.java index c94bd181..3d84cebe 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Dungeons.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Dungeons.java @@ -54,7 +54,7 @@ public class Dungeons { @Expose @ConfigOption( name = "Edit Dungeon Map", - desc = "The NEU dungeon map has it's own editor (/neumap).\n" + + desc = "The NEU dungeon map has its own editor (/neumap).\n" + "Click the button on the left to open it" ) @ConfigEditorButton( diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ImprovedSBMenu.java b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ImprovedSBMenu.java index 8216c892..bdb73fa9 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ImprovedSBMenu.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ImprovedSBMenu.java @@ -28,7 +28,7 @@ public class ImprovedSBMenu { @Expose @ConfigOption( name = "Enable Improved SB Menus", - desc = "Change the way that skyblock menus (eg. /sbmenu) look" + desc = "Change the way that SkyBlock menus (eg. /sbmenu) look" ) @ConfigEditorBoolean public boolean enableSbMenus = true; @@ -36,7 +36,7 @@ public class ImprovedSBMenu { @Expose @ConfigOption( name = "Menu Background Style", - desc = "Change the style of the background of skyblock menus" + desc = "Change the style of the background of SkyBlock menus" ) @ConfigEditorDropdown( values = { @@ -49,7 +49,7 @@ public class ImprovedSBMenu { @Expose @ConfigOption( name = "Button Background Style", - desc = "Change the style of the foreground elements in skyblock menus" + desc = "Change the style of the foreground elements in SkyBlock menus" ) @ConfigEditorDropdown( values = { diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/LocationEdit.java b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/LocationEdit.java index 42316592..48214481 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/LocationEdit.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/LocationEdit.java @@ -118,7 +118,7 @@ public class LocationEdit { @Expose @ConfigOption( name = "Edit Dwarven Overlay Position", - desc = "Change the position of the Dwarven Mines information Overlay (commisions, powder & forge statuses)" + desc = "Change the position of the Dwarven Mines information Overlay (commissions, powder & forge statuses)" ) @ConfigEditorButton( runnableId = 1, 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; diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/TradeMenu.java b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/TradeMenu.java index d2b4e0bb..88f713c4 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/TradeMenu.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/TradeMenu.java @@ -27,7 +27,7 @@ public class TradeMenu { @Expose @ConfigOption( name = "Enable Custom Trade Menu", - desc = "When trading with other players in skyblock, display a special GUI designed to prevent scamming" + desc = "When trading with other players in SkyBlock, display a special GUI designed to prevent scamming" ) @ConfigEditorBoolean public boolean enableCustomTrade = true; |
