diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-08-23 12:08:54 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-08-23 12:08:54 +0200 |
commit | 16741e3cc412cebff9bf1a02c444dfb85fd213e8 (patch) | |
tree | 59eca3e93701ef2791fcc758ad24624e9730b63e /src/main/java/at/hannibal2/skyhanni/config | |
parent | 037cac8b8d74b28bd68f8652525a10226af288a5 (diff) | |
download | skyhanni-16741e3cc412cebff9bf1a02c444dfb85fd213e8.tar.gz skyhanni-16741e3cc412cebff9bf1a02c444dfb85fd213e8.tar.bz2 skyhanni-16741e3cc412cebff9bf1a02c444dfb85fd213e8.zip |
rename word
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java index 82a3c9516..27ebb1954 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java @@ -1001,7 +1001,7 @@ public class GardenConfig { @Expose @ConfigOption( name = "Extra Farming Fortune", - desc = "Show Amount of upgrades and cost to max out in the item tooltip.") + desc = "Show current tier and cost to max out in the item tooltip.") @ConfigEditorBoolean @ConfigAccordionId(id = 16) public boolean extraFarmingFortune = true; |