From cda21a4dea31274ee0273fee96c645e5ad02c457 Mon Sep 17 00:00:00 2001 From: Sonic Dreamcaster Date: Fri, 6 Dec 2024 15:15:20 -0300 Subject: [PATCH] update jukebox menu description --- src/port/ui/ImguiUI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/port/ui/ImguiUI.cpp b/src/port/ui/ImguiUI.cpp index 32c092f3..b7c4539a 100644 --- a/src/port/ui/ImguiUI.cpp +++ b/src/port/ui/ImguiUI.cpp @@ -532,7 +532,7 @@ void DrawDebugMenu() { }); UIWidgets::CVarCheckbox("SFX Jukebox", "gSfxJukebox", { - .tooltip = "Allows you to play sound effects from the game" + .tooltip = "Press L in the Expert Sound options to play sound effects from the game" }); UIWidgets::CVarCheckbox("Spawner Mod", "gSpawnerMod", {