corrected a typo

This commit is contained in:
Christian Hammacher 2007-02-14 18:55:42 +00:00
parent aded0f9c1c
commit bfd4e345dd
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -612,7 +612,7 @@ begin
frmMain.IdFTP.Connect; frmMain.IdFTP.Connect;
Result := True; Result := True;
except 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; end;
end; end;
@ -746,7 +746,7 @@ begin
end; end;
if eGoBack then if eGoBack then
goto CreateAgain; goto CreateAgain;
AddDone; AddDone;