1
0
Fork 0

Correct spacing of settings migration dialog

This commit is contained in:
Stuart Buchanan 2017-10-13 17:36:20 +01:00
parent 2d5f56a05d
commit 02ceb8832a

View file

@ -778,7 +778,7 @@ static void tryAutosaveMigration(const SGPath& userDataPath, SGPropertyNode* pro
flightgear::modalMessageBox("Settings migrated", flightgear::modalMessageBox("Settings migrated",
"Saved settings were migrated from a previous version of FlightGear. " "Saved settings were migrated from a previous version of FlightGear. "
"If you encounter any problems when using the system, try restoring " "If you encounter any problems when using the system, try restoring "
"the default settings, before reporting a problem." "the default settings, before reporting a problem. "
"Saved settings can affect the appearance, performance and features of the simulator."); "Saved settings can affect the appearance, performance and features of the simulator.");
#endif #endif
} }