diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-12-11 23:22:58 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-12-11 23:22:58 +0100 |
commit | ef0e57d844866d3460a6aae4daa98626a0fa185a (patch) | |
tree | 55982e91cf4276fc8e73a371b10a39727da0a331 /src | |
parent | 5cccbc58f837ad15c8d02bfd4f60ba4920fab29f (diff) | |
download | skyhanni-ef0e57d844866d3460a6aae4daa98626a0fa185a.tar.gz skyhanni-ef0e57d844866d3460a6aae4daa98626a0fa185a.tar.bz2 skyhanni-ef0e57d844866d3460a6aae4daa98626a0fa185a.zip |
renamed config elements to better match their gui names
Diffstat (limited to 'src')
2 files changed, 3 insertions, 3 deletions
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 |