Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyOThan committed Jan 6, 2023
1 parent 348e598 commit c6f7713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KerbalVR_Mod/KerbalVR-InstallCheck/InstallCheck.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.");
}
}

Expand Down

0 comments on commit c6f7713

Please sign in to comment.