Escape string

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

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. If you've named this installer pyfa.exe, please rename it and restart installation';
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