Sfoglia il codice sorgente

Pedantic grammar fix

ocornut 10 anni fa
parent
commit
3f6091b26b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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");