aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-09-18 09:29:21 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-09-18 09:29:21 +0200
commit92ec20864b6653f86bb1a149c9d280e0ae03e62b (patch)
tree4c90f04c30c50e49d39e21f3439a980b942616b9
parent50cbf42bbf7d05a50e6a2ec10f5936667f0ef6f1 (diff)
downloadskyhanni-92ec20864b6653f86bb1a149c9d280e0ae03e62b.tar.gz
skyhanni-92ec20864b6653f86bb1a149c9d280e0ae03e62b.tar.bz2
skyhanni-92ec20864b6653f86bb1a149c9d280e0ae03e62b.zip
better description
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/gui/GUIConfig.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/gui/GUIConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/gui/GUIConfig.java
index 74ab755c9..37f3d3c42 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/gui/GUIConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/gui/GUIConfig.java
@@ -36,7 +36,7 @@ public class GUIConfig {
@Accordion
public ChromaConfig chroma = new ChromaConfig();
- @ConfigOption(name = "Edit GUI Locations", desc = "Change the position of SkyHanni's overlays.")
+ @ConfigOption(name = "Edit GUI Locations", desc = "Opens the Position Editor, allows changing the position of SkyHanni's overlays.")
@ConfigEditorButton(buttonText = "Edit")
public Runnable positions = () -> GuiEditManager.openGuiPositionEditor(true);