diff --git a/dist_assets/win/pyfa-setup.iss b/dist_assets/win/pyfa-setup.iss index ea82588a6..fde2c47b6 100644 --- a/dist_assets/win/pyfa-setup.iss +++ b/dist_assets/win/pyfa-setup.iss @@ -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