From 3f6091b26b315099b89678f6e0167ae7bd460bbd Mon Sep 17 00:00:00 2001 From: ocornut Date: Sat, 31 Jan 2015 21:27:26 +0000 Subject: [PATCH] Pedantic grammar fix --- imgui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imgui.cpp b/imgui.cpp index 915bf8ed..60d297b8 100644 --- a/imgui.cpp +++ b/imgui.cpp @@ -7887,7 +7887,7 @@ void ImGui::ShowTestWindow(bool* opened) ImGui::PopID(); } - ImGui::Text("Hover me"); + ImGui::Text("Hover over me"); if (ImGui::IsItemHovered()) ImGui::SetTooltip("I am a tooltip");