From 22101c90f19c278b2e965beac8a948512d93b96c Mon Sep 17 00:00:00 2001 From: David Rodrigues Date: Mon, 13 May 2019 01:59:17 -0300 Subject: [PATCH] As suggested by #634 User: @cookieguru --- source/searchreplace.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/searchreplace.pas b/source/searchreplace.pas index c3c1cf26..f6813c71 100644 --- a/source/searchreplace.pas +++ b/source/searchreplace.pas @@ -257,7 +257,7 @@ begin MainForm.ShowStatusMsg; if ssoReplaceAll in Options then - MessageDialog(f_('Text "%s" %s times replaced.', [comboSearch.Text, FormatNumber(Occurences)]), mtInformation, [mbOk]) + MessageDialog(f_('Text "%s" replaced %s times.', [comboSearch.Text, FormatNumber(Occurences)]), mtInformation, [mbOk]) else begin if (OldCaretXY.Char = Editor.CaretXY.Char) and (OldCaretXY.Line = Editor.CaretXY.Line) then