mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 14:25:38 +03:00
corrected a typo
This commit is contained in:
parent
aded0f9c1c
commit
bfd4e345dd
Binary file not shown.
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user