- Better messages on migration requester.

This commit is contained in:
Christoph Oelckers 2022-11-05 13:31:22 +01:00
parent ff37d710e2
commit 4e72281fc6

View file

@ -243,8 +243,8 @@ FString M_GetOldConfigPath(int& type)
int M_MigrateOldConfig()
{
int selection = IDCANCEL;
auto globalstr = L"Share config between " GAMENAME " installations";
auto portablestr = L"Create portable config in game folder";
auto globalstr = L"Move to Users/ folder";
auto portablestr = L"Convert to portable installation";
auto cancelstr = L"Cancel";
auto titlestr = L"Migrate existing configuration";
auto infostr = L"" GAMENAME " found a user specific config in the game folder";