Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mattia72 committed Nov 13, 2024
1 parent 94b3f63 commit 6f002e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UI/RipGrepper.UI.ParentFrame.pas
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ procedure TParentFrame.SetStatusBarMessage(const _bWithElapsedTime : Boolean = F
if _bWithElapsedTime then begin
msg := Format('Search took %s seconds', // with ' + FORMAT_VERSION_INFO_IN_STATUSBAR,
[MainFrame.HistItemObject.ElapsedTimeText]); // , MainFrame.ExeVersion]);
BottomFrame.FStatusBarStatus := IfThen(MainFrame.HistItemObject.RipGrepResult = RG_ERROR, 'ERROR', 'SUCCES');
BottomFrame.FStatusBarStatus := IfThen(MainFrame.HistItemObject.RipGrepResult = RG_ERROR, 'ERROR', 'SUCCESS');
end else begin
msg := Format(FORMAT_VERSION_INFO_IN_STATUSBAR, [MainFrame.ExeVersion]);
BottomFrame.FStatusBarStatus := 'READY';
Expand Down

0 comments on commit 6f002e6

Please sign in to comment.