From ef0e57d844866d3460a6aae4daa98626a0fa185a Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Mon, 11 Dec 2023 23:22:58 +0100 Subject: renamed config elements to better match their gui names --- .../skyhanni/config/features/garden/composter/ComposterConfig.java | 4 ++-- .../skyhanni/config/features/garden/cropmilestones/NextConfig.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/garden/composter/ComposterConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/garden/composter/ComposterConfig.java index 42137eed5..ab8d1a703 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/garden/composter/ComposterConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/garden/composter/ComposterConfig.java @@ -93,8 +93,8 @@ public class ComposterConfig { @Expose @ConfigOption( - name = "Display Element", - desc = "Displays the Compost data from the tab list as GUI element." + name = "Composter Display", + desc = "Displays the Composter data from the tab list as GUI element." ) @ConfigEditorBoolean @FeatureToggle diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/garden/cropmilestones/NextConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/garden/cropmilestones/NextConfig.java index d11117624..1145ca7d5 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/garden/cropmilestones/NextConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/garden/cropmilestones/NextConfig.java @@ -13,7 +13,7 @@ import io.github.moulberry.moulconfig.annotations.ConfigOption; public class NextConfig { @Expose @ConfigOption( - name = "Best Display", + name = "Best Crop Time", desc = "Lists all crops and their ETA till next milestone. Sorts for best crop for getting garden or SkyBlock levels.") @ConfigEditorBoolean @FeatureToggle -- cgit