mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
@ -257,7 +257,7 @@ begin
|
|||||||
MainForm.ShowStatusMsg;
|
MainForm.ShowStatusMsg;
|
||||||
|
|
||||||
if ssoReplaceAll in Options then
|
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
|
else begin
|
||||||
if (OldCaretXY.Char = Editor.CaretXY.Char) and
|
if (OldCaretXY.Char = Editor.CaretXY.Char) and
|
||||||
(OldCaretXY.Line = Editor.CaretXY.Line) then
|
(OldCaretXY.Line = Editor.CaretXY.Line) then
|
||||||
|
Reference in New Issue
Block a user