As suggested by #634

User: @cookieguru
This commit is contained in:
David Rodrigues
2019-05-13 01:59:17 -03:00
committed by GitHub
parent 1fe201a172
commit 22101c90f1

View File

@ -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