From c6f77134f101beb721034a6ec8767cc56824f443 Mon Sep 17 00:00:00 2001 From: JonnyOThan Date: Fri, 6 Jan 2023 09:25:18 -0500 Subject: [PATCH] fix typo --- KerbalVR_Mod/KerbalVR-InstallCheck/InstallCheck.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KerbalVR_Mod/KerbalVR-InstallCheck/InstallCheck.cs b/KerbalVR_Mod/KerbalVR-InstallCheck/InstallCheck.cs index f7ec2963..6688438a 100644 --- a/KerbalVR_Mod/KerbalVR-InstallCheck/InstallCheck.cs +++ b/KerbalVR_Mod/KerbalVR-InstallCheck/InstallCheck.cs @@ -151,7 +151,7 @@ private static void CheckMAS() } else if (!masInstalled && masVRInstalled) { - Alert("You have KerbalVR-MAS.dll installed by not MAS itself. Please uninstall KerbalVR-MAS.dll or install MAS."); + Alert("You have KerbalVR-MAS.dll installed but not MAS itself. Please uninstall KerbalVR-MAS.dll or install MAS."); } }