From 5a109313cbefc7b683706b4c3efd2c6d3c8f9efd Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Wed, 22 Apr 2026 23:02:11 -0700 Subject: [PATCH] Minor tooltip cleanup --- src/dusk/imgui/ImGuiMenuGame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dusk/imgui/ImGuiMenuGame.cpp b/src/dusk/imgui/ImGuiMenuGame.cpp index 1f29039d60..7e54f2ffa3 100644 --- a/src/dusk/imgui/ImGuiMenuGame.cpp +++ b/src/dusk/imgui/ImGuiMenuGame.cpp @@ -194,7 +194,7 @@ namespace dusk { config::ImGuiCheckbox("Enable Rotating Link Doll", getSettings().game.enableLinkDollRotation); if (ImGui::IsItemHovered()) { - ImGui::SetTooltip("Enables Rotating Link in the collection menu with the C-Stick"); + ImGui::SetTooltip("Enables rotating Link in the collection menu with the C-Stick"); } ImGui::SeparatorText("Difficulty");