diff --git a/installer/installer/AMXInstaller.exe b/installer/installer/AMXInstaller.exe index cb9e505b..fbb60b18 100755 Binary files a/installer/installer/AMXInstaller.exe and b/installer/installer/AMXInstaller.exe differ diff --git a/installer/installer/UnitInstall.pas b/installer/installer/UnitInstall.pas index 5e93c8d2..06bc49e6 100755 --- a/installer/installer/UnitInstall.pas +++ b/installer/installer/UnitInstall.pas @@ -612,7 +612,7 @@ begin frmMain.IdFTP.Connect; Result := True; except - MessageBox(frmMain.Handle, 'Failed to reconnect. Installation aborted.', PChar(Application.Title), MB_ICONSTOP); + MessageBox(frmMain.Handle, 'Failed to reconnect. Installation has been aborted.', PChar(Application.Title), MB_ICONSTOP); end; end; end; @@ -746,7 +746,7 @@ begin end; if eGoBack then - goto CreateAgain; + goto CreateAgain; AddDone;