Fix a typo and re-word Univeral CRT warning.
Thanks to Scott Giese for pointing out.
This commit is contained in:
parent
1114d836da
commit
7d3f511560
1 changed files with 2 additions and 2 deletions
|
@ -298,8 +298,8 @@ int main ( int argc, char **argv )
|
|||
if (!checkUniversalCRTVersion()) {
|
||||
flightgear::fatalMessageBoxThenExit(
|
||||
"Fatal error",
|
||||
"The Microsoft Universal CRT on this computer is to old to run FlightGear. "
|
||||
"Pleaese use Windows Update to update to a more recent Universal CRT version.");
|
||||
"The Microsoft Universal CRT on this computer is too old to run FlightGear. "
|
||||
"Please use Windows Update to install a more recent Universal CRT version.");
|
||||
}
|
||||
#else
|
||||
// Unix(alike) systems
|
||||
|
|
Loading…
Reference in a new issue