mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 06:42:12 +00:00
- Better messages on migration requester.
This commit is contained in:
parent
ff37d710e2
commit
4e72281fc6
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue