diff options
author | CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> | 2023-04-27 19:56:56 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-27 11:56:56 +0200 |
commit | d889efc0ca80458442df14500b71092008bb95b2 (patch) | |
tree | 0d5197ddac67fea1b9e0a9431ccc6746cff4824b /src/main/java | |
parent | 2c81a84841e88e89cac35c86222023c4f24453a4 (diff) | |
download | skyhanni-d889efc0ca80458442df14500b71092008bb95b2.tar.gz skyhanni-d889efc0ca80458442df14500b71092008bb95b2.tar.bz2 skyhanni-d889efc0ca80458442df14500b71092008bb95b2.zip |
Small spelling and capitalisation fixes (#63)
Diffstat (limited to 'src/main/java')
4 files changed, 4 insertions, 4 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Chat.java b/src/main/java/at/hannibal2/skyhanni/config/features/Chat.java index cff44e7cc..dabbf2ea5 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Chat.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Chat.java @@ -72,7 +72,7 @@ public class Chat { public boolean killCombo = false; @Expose - @ConfigOption(name = "Watchdog", desc = "Hide the message where hypixel is flexing how many players they have banned over the last week.") + @ConfigOption(name = "Watchdog", desc = "Hide the message where Hypixel is flexing how many players they have banned over the last week.") @ConfigEditorBoolean @ConfigAccordionId(id = 0) public boolean watchDog = true; diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Dungeon.java b/src/main/java/at/hannibal2/skyhanni/config/features/Dungeon.java index 15c38625b..323b2446e 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Dungeon.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Dungeon.java @@ -43,7 +43,7 @@ public class Dungeon { @Expose @ConfigOption(name = "Ignore Guardians", desc = "Ignore F3 and M3 guardians from the clean end feature when " + - "sneaking. Makes it easier to kill them after the boss died already. Thanks hypixel.") + "sneaking. Makes it easier to kill them after the boss died already. Thanks Hypixel.") @ConfigEditorBoolean @ConfigAccordionId(id = 2) public boolean cleanEndF3IgnoreGuardians = false; diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java index 0dcd42809..2a6f688bf 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java @@ -161,7 +161,7 @@ public class Garden { public boolean visitorColoredName = true; @Expose - @ConfigOption(name = "Hypixel Message", desc = "Hide the chat message from hypixel that a new visitor has arrived at your garden") + @ConfigOption(name = "Hypixel Message", desc = "Hide the chat message from Hypixel that a new visitor has arrived at your garden.") @ConfigEditorBoolean @ConfigAccordionId(id = 1) public boolean visitorHypixelArrivedMessage = true; diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java b/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java index aa41ce1a7..12642106b 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java @@ -268,7 +268,7 @@ public class Misc { public boolean hideFireOverlay = false; @Expose - @ConfigOption(name = "Paste Into Signs", desc = "Allows you to paste the clipboard into Sings when you press Ctrl + V") + @ConfigOption(name = "Paste Into Signs", desc = "Allows you to paste the clipboard into signs when you press Ctrl + V") @ConfigEditorBoolean public boolean pasteIntoSigns = true; |