diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-31 18:01:48 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-31 18:01:48 +0200 |
commit | 23594521eab25c669be27436d2034979cd1538f8 (patch) | |
tree | f7c8c8c23cdace991e677354042c6682d5012532 /src/main | |
parent | 51fcc0ed715bc476c25443585743e8a681a6d793 (diff) | |
download | skyhanni-23594521eab25c669be27436d2034979cd1538f8.tar.gz skyhanni-23594521eab25c669be27436d2034979cd1538f8.tar.bz2 skyhanni-23594521eab25c669be27436d2034979cd1538f8.zip |
Fixed typo
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Garden.java | 2 |
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; |