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()) {
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue