diff --git a/src/Main/main.cxx b/src/Main/main.cxx index 7b8e785..28956a3 100755 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -571,7 +571,7 @@ int fgMainInit( int argc, char **argv ) auto initHomeResult = fgInitHome(); if (initHomeResult == InitHomeAbort) { flightgear::fatalMessageBoxThenExit("Unable to create lock file", - "Flightgear was unable to create the lock file in FG_HOME"); + "FGFS was unable to create the lock file in FG_HOME"); } #if defined(HAVE_QT) @@ -631,8 +631,8 @@ int fgMainInit( int argc, char **argv ) } std::string version(FLIGHTGEAR_VERSION); - SG_LOG( SG_GENERAL, SG_INFO, "FlightGear: Version " << version ); - SG_LOG( SG_GENERAL, SG_INFO, "FlightGear: Build Type " << FG_BUILD_TYPE ); + SG_LOG( SG_GENERAL, SG_INFO, "FGFS: Version " << version ); + SG_LOG( SG_GENERAL, SG_INFO, "FGFS: Build Type " << FG_BUILD_TYPE ); SG_LOG( SG_GENERAL, SG_INFO, "Built with " << SG_COMPILER_STR); SG_LOG( SG_GENERAL, SG_INFO, "Jenkins number/ID " << JENKINS_BUILD_NUMBER << ":" << JENKINS_BUILD_ID);