mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-24 13:55:36 +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;
|
||||
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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user