From 120b8439891a67ffa21448b0ceec91c2509f10e9 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sun, 26 Nov 2023 19:46:49 +0100 Subject: wording --- .../skyhanni/config/features/garden/pests/PestTimerConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/garden/pests/PestTimerConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/garden/pests/PestTimerConfig.java index f22bb49c2..4c8e1883e 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/garden/pests/PestTimerConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/garden/pests/PestTimerConfig.java @@ -20,7 +20,7 @@ public class PestTimerConfig { @Expose @ConfigOption( name = "Only With Vacuum", - desc = "Only show the time while holding vacuum in the hand." + desc = "Only show the time while holding a vacuum in the hand." ) @ConfigEditorBoolean public boolean onlyWithVacuum = true; -- cgit