From 875acaa397be480b3e1b6fa983fd7689aee374bf Mon Sep 17 00:00:00 2001 From: Babbaj Date: Wed, 9 Nov 2022 16:49:45 -0500 Subject: [PATCH] capitalize --- client/src/overlay/status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/overlay/status.c b/client/src/overlay/status.c index c3e0c99e..27f49a1e 100644 --- a/client/src/overlay/status.c +++ b/client/src/overlay/status.c @@ -123,7 +123,7 @@ static int status_render(void * udata, bool interactive, struct Rect * windowRec const double y = g_state.io->MousePos.y; if (x >= bottomLeft.x && y <= bottomLeft.y && x <= topRight.x && y >= topRight.y) { igBeginTooltipEx(ImGuiTooltipFlags_None, ImGuiWindowFlags_None); - igText("Using looking glass through SPICE emulation, there is likely a problem with your setup"); + igText("Using Looking Glass through SPICE emulation, there is likely a problem with your setup"); ImVec2 windowPos; ImVec2 windowSize; igGetWindowPos(&windowPos);