You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Merge UE5/Release-Engine-Staging to UE5/Main @ 14548662
This represents UE4/Main @ 14525125 + cherrypicked fixes #skipundocheck [CL 14551026 by Marc Audy in ue5-main branch]
This commit is contained in:
@@ -253,9 +253,7 @@ FReply SAndroidLicenseDialog::OnAgree()
|
||||
}
|
||||
else
|
||||
{
|
||||
FText ErrorText = FText::Format(LOCTEXT("CouldntWriteLicense",
|
||||
"Couldn't write license file {0}. Make sure you have the permissions to modify the file and try again."),
|
||||
FText::FromString(LicenseFilename));
|
||||
FText ErrorText = FText::Format(LOCTEXT("CouldntWriteLicense", "Couldn't write license file {0}. Make sure you have the permissions to modify the file and try again."), FText::FromString(LicenseFilename));
|
||||
FPlatformMisc::MessageBoxExt(EAppMsgType::Ok, *ErrorText.ToString(), TEXT("Error"));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user