diff --git a/src/dusk/imgui/ImGuiMenuGame.cpp b/src/dusk/imgui/ImGuiMenuGame.cpp index 84de7f6575..1f29039d60 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"); + ImGui::SetTooltip("Enables Rotating Link in the collection menu with the C-Stick"); } ImGui::SeparatorText("Difficulty");