Fix string escape (again)

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

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 have named this installer pyfa.exe, please rename it and restart installation';
end
else
begin