From 4e72281fc6e8753a7e3172205d788ac80a62e54a Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 5 Nov 2022 13:31:22 +0100 Subject: [PATCH] - Better messages on migration requester. --- src/common/platform/win32/i_specialpaths.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/platform/win32/i_specialpaths.cpp b/src/common/platform/win32/i_specialpaths.cpp index f0207015c..7e4252d3c 100644 --- a/src/common/platform/win32/i_specialpaths.cpp +++ b/src/common/platform/win32/i_specialpaths.cpp @@ -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";