diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-04-14 15:58:14 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-04-14 15:58:14 +0200 |
commit | fe6cd3edc18a805a0e9a7587b6a3b10984c4f065 (patch) | |
tree | 0ffc06eb800cfcaf27166360bffda71dd6160d8b | |
parent | a399cf02f2f599990270faed31f81b669fa3db6a (diff) | |
download | skyhanni-fe6cd3edc18a805a0e9a7587b6a3b10984c4f065.tar.gz skyhanni-fe6cd3edc18a805a0e9a7587b6a3b10984c4f065.tar.bz2 skyhanni-fe6cd3edc18a805a0e9a7587b6a3b10984c4f065.zip |
Better wording
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | FEATURES.md | 2 | ||||
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Misc.java | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 77fde33b8..2f5435ff0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -361,7 +361,7 @@ - Added a marker to the last opened minion for a couple of seconds (Seen through walls) - Added option to hide mob nametags close to minions - Added showing stars on all items (Not only dungeon stars and master stars but also on crimson armors, cloaks and fishing rods) -- Added a display timer that show the real time +- Added **Real Time** - Display the current computer time, a handy feature when playing in full-screen mode. - Added overlay features to the RNG meter inventory (Highlight selected drop and floors without a drop and show floor) - Added minion hopper coins per day display (Using the held coins in the hopper and the last time the hopper was collected to calculate the coins a hopper collects in a day) diff --git a/FEATURES.md b/FEATURES.md index 7a6299ddf..8bbf54e69 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -223,7 +223,7 @@ - Allow to copy, paste, and mark selected text in signs (not visual, but it's working still) - Pet Display (showing the currently selected pet as GUI element, without any fancy XP or level or percentage, but with auto-pet support) - Hiding exp Bottles lying on the ground. -- Gui element showing the real time. +- **Real Time** - Display the current computer time, a handy feature when playing in full-screen mode. - Highlight the voidling extremist in pink color. - Highlight millenia aged blaze color in red - Option to hide all damage splashes, from anywhere in Skyblock. 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 7808e0df7..71f41166e 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java @@ -28,7 +28,7 @@ public class Misc { public boolean time = false; @Expose - @ConfigOption(name = "Real Time", desc = "Show IRL time. Useful while playing in full screen mode.") + @ConfigOption(name = "Real Time", desc = "Display the current computer time, a handy feature when playing in full-screen mode.") @ConfigEditorBoolean @ConfigAccordionId(id = 1) public boolean realTime = false; |