aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-12-11 23:22:58 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-12-11 23:22:58 +0100
commitef0e57d844866d3460a6aae4daa98626a0fa185a (patch)
tree55982e91cf4276fc8e73a371b10a39727da0a331 /src
parent5cccbc58f837ad15c8d02bfd4f60ba4920fab29f (diff)
downloadskyhanni-ef0e57d844866d3460a6aae4daa98626a0fa185a.tar.gz
skyhanni-ef0e57d844866d3460a6aae4daa98626a0fa185a.tar.bz2
skyhanni-ef0e57d844866d3460a6aae4daa98626a0fa185a.zip
renamed config elements to better match their gui names
Diffstat (limited to 'src')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/garden/composter/ComposterConfig.java4
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/garden/cropmilestones/NextConfig.java2
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