1
0
Fork 0

Fix a typo and re-word Univeral CRT warning.

Thanks to Scott Giese for pointing out.
This commit is contained in:
James Turner 2022-01-21 07:59:44 +00:00
parent 1114d836da
commit 7d3f511560

View file

@ -298,8 +298,8 @@ int main ( int argc, char **argv )
if (!checkUniversalCRTVersion()) { if (!checkUniversalCRTVersion()) {
flightgear::fatalMessageBoxThenExit( flightgear::fatalMessageBoxThenExit(
"Fatal error", "Fatal error",
"The Microsoft Universal CRT on this computer is to old to run FlightGear. " "The Microsoft Universal CRT on this computer is too old to run FlightGear. "
"Pleaese use Windows Update to update to a more recent Universal CRT version."); "Please use Windows Update to install a more recent Universal CRT version.");
} }
#else #else
// Unix(alike) systems // Unix(alike) systems