1
0
Fork 0

Fix string category for locale

This commit is contained in:
James Turner 2020-04-29 15:44:41 +01:00
parent ca8fffda3e
commit d2a04cecf7

View file

@ -789,8 +789,8 @@ static void tryAutosaveMigration(const SGPath& userDataPath, SGPropertyNode* pro
// inform the user // inform the user
FGLocale *locale = globals->get_locale(); FGLocale *locale = globals->get_locale();
const auto title = locale->getLocalizedString("settings-migration-title", "dialog", "Settings migrated"); const auto title = locale->getLocalizedString("settings-migration-title", "sys", "Settings migrated");
const auto msg = locale->getLocalizedString("settings-migration-text", "dialog", const auto msg = locale->getLocalizedString("settings-migration-text", "sys",
"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. "