mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-14 01:56:36 +08:00
Make message strings from const.inc translatable
This commit is contained in:
@ -104,7 +104,7 @@ begin
|
||||
text := StringReplace(text, LB, CRLF, [rfReplaceAll]);
|
||||
|
||||
if ScanNulChar(text) then begin
|
||||
MessageDialog(SContainsNulCharGrid, mtInformation, [mbOK]);
|
||||
MessageDialog(_(SContainsNulCharGrid), mtInformation, [mbOK]);
|
||||
text := RemoveNulChars(text);
|
||||
end;
|
||||
|
||||
|
Reference in New Issue
Block a user