From 85da9dc03c7953e8a1e176dce0d32b2aabff1ef0 Mon Sep 17 00:00:00 2001 From: rc-swag <58423624+rc-swag@users.noreply.github.com> Date: Thu, 25 Jun 2026 10:57:40 +1000 Subject: [PATCH] feat(windows): apply suggestions Co-authored-by: Eberhard Beilharz --- windows/src/desktop/kmshell/main/UfrmMain.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/src/desktop/kmshell/main/UfrmMain.pas b/windows/src/desktop/kmshell/main/UfrmMain.pas index b34007e0d1..c68a7d189a 100644 --- a/windows/src/desktop/kmshell/main/UfrmMain.pas +++ b/windows/src/desktop/kmshell/main/UfrmMain.pas @@ -824,7 +824,7 @@ begin InstallNow := True; IsMetered := UtilNetworkConnection.IsMetered; - // If a restarted is required (HasKeymanRun == True) + // If a restart is required (HasKeymanRun == True) // OR it is a Metered connection warn the user and allow // them to cancel their request to Install Now. // Otherwise start installing with out pop-up warnings.