From e18a3bfab5070d2c9a885a08b7e297b202e305f2 Mon Sep 17 00:00:00 2001 From: Ryan Holmes Date: Mon, 21 Sep 2020 20:35:20 -0400 Subject: [PATCH] #2272 info blurb --- 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 7bc097427..2ac3684d7 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.'; + 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