From 9f21b251ff602ef7a56f40a1b39a4ada058510e5 Mon Sep 17 00:00:00 2001 From: Ryan Holmes Date: Mon, 21 Sep 2020 20:43:49 -0400 Subject: [PATCH] Fix string escape (again) --- dist_assets/win/pyfa-setup.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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