This commit is contained in:
Ryan Holmes
2020-09-21 20:35:20 -04:00
committed by GitHub
parent 7af28b497c
commit e18a3bfab5

View File

@@ -119,7 +119,7 @@ function PrepareToInstall(var NeedsRestart: Boolean): String;
begin
if(IsAppRunning( 'pyfa.exe' )) then
begin
Result := 'Please close pyfa before continuing. When closed, please go back to the previous step and continue.';
Result := 'Please close pyfa before continuing. When closed, please go back to the previous step and continue. If you've named this installer pyfa.exe, please rename it and restart installation';
end
else
begin