aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-31 18:01:48 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-31 18:01:48 +0200
commitc0e13b2c33ace3d22639088266454a8c57200d12 (patch)
treef7c8c8c23cdace991e677354042c6682d5012532
parent7022e573f5dac324d2c50ccbfd43166f2ed074c9 (diff)
downloadSkyHanni-c0e13b2c33ace3d22639088266454a8c57200d12.tar.gz
SkyHanni-c0e13b2c33ace3d22639088266454a8c57200d12.tar.bz2
SkyHanni-c0e13b2c33ace3d22639088266454a8c57200d12.zip
Fixed typo
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Garden.java2
1 files changed, 1 insertions, 1 deletions
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 f9b303b6a..1a46c3785 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
@@ -246,7 +246,7 @@ public class Garden {
@Expose
@ConfigOption(
name = "Always On",
- desc = "Show the Best Display always while on the ")
+ desc = "Show the Best Display always while on the garden.")
@ConfigEditorBoolean
@ConfigAccordionId(id = 7)
public boolean cropMilestoneBestAlwaysOn = false;