Skip to content

Commit

Permalink
Update translate
Browse files Browse the repository at this point in the history
  • Loading branch information
CHERTS committed Feb 19, 2020
1 parent 0cd542f commit 76cafc1
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 97 deletions.
2 changes: 1 addition & 1 deletion Log.pas
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ procedure TLogForm.DeleteLogButtonClick(Sender: TObject);
until (Deleted) or (UserAnswer = 0);
if Deleted then
begin
if EnableLogs then WriteInLog(WorkPath, FormatDateTime('dd.mm.yy hh:mm:ss', Now) + ' - Procedure DeleteLogButtonClick: File ' + CBFileName.Items[CBFileName.ItemIndex] + ' deleted.');
if EnableLogs then WriteInLog(WorkPath, FormatDateTime('dd.mm.yy hh:mm:ss', Now) + ': Procedure DeleteLogButtonClick: File ' + CBFileName.Items[CBFileName.ItemIndex] + ' deleted.');
if Assigned(FTextReader) then
FreeAndNil(FTextReader);
TextListView.Clear;
Expand Down
Loading

0 comments on commit 76cafc1

Please sign in to comment.