From d2a04cecf7be07106db3a6910fab678f6c5e6957 Mon Sep 17 00:00:00 2001 From: James Turner Date: Wed, 29 Apr 2020 15:44:41 +0100 Subject: [PATCH] Fix string category for locale --- src/Main/globals.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Main/globals.cxx b/src/Main/globals.cxx index 490be34c4..972eaeb82 100644 --- a/src/Main/globals.cxx +++ b/src/Main/globals.cxx @@ -789,8 +789,8 @@ static void tryAutosaveMigration(const SGPath& userDataPath, SGPropertyNode* pro // inform the user FGLocale *locale = globals->get_locale(); - const auto title = locale->getLocalizedString("settings-migration-title", "dialog", "Settings migrated"); - const auto msg = locale->getLocalizedString("settings-migration-text", "dialog", + const auto title = locale->getLocalizedString("settings-migration-title", "sys", "Settings migrated"); + const auto msg = locale->getLocalizedString("settings-migration-text", "sys", "Saved settings were migrated from a previous version of FlightGear. " "If you encounter any problems when using the system, try restoring " "the default settings, before reporting a problem. "