Explorar el Código

Pedantic grammar fix

ocornut hace 10 años
padre
commit
3f6091b26b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      imgui.cpp

+ 1 - 1
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");