diff --git a/imgui.cpp b/imgui.cpp index 915bf8e..60d297b 100644 --- a/imgui.cpp +++ b/imgui.cpp @@ -7887,7 +7887,7 @@ ImGui::PopID(); } - ImGui::Text("Hover me"); + ImGui::Text("Hover over me"); if (ImGui::IsItemHovered()) ImGui::SetTooltip("I am a tooltip");