Skip to content

Commit 76cafc1

Browse files
committed
Update translate
1 parent 0cd542f commit 76cafc1

File tree

2 files changed

+97
-97
lines changed

2 files changed

+97
-97
lines changed

Log.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ procedure TLogForm.DeleteLogButtonClick(Sender: TObject);
296296
until (Deleted) or (UserAnswer = 0);
297297
if Deleted then
298298
begin
299-
if EnableLogs then WriteInLog(WorkPath, FormatDateTime('dd.mm.yy hh:mm:ss', Now) + ' - Procedure DeleteLogButtonClick: File ' + CBFileName.Items[CBFileName.ItemIndex] + ' deleted.');
299+
if EnableLogs then WriteInLog(WorkPath, FormatDateTime('dd.mm.yy hh:mm:ss', Now) + ': Procedure DeleteLogButtonClick: File ' + CBFileName.Items[CBFileName.ItemIndex] + ' deleted.');
300300
if Assigned(FTextReader) then
301301
FreeAndNil(FTextReader);
302302
TextListView.Clear;

0 commit comments

Comments
 (0)