diff --git a/components/exctrls/source/exeditctrls.pas b/components/exctrls/source/exeditctrls.pas index 7439571f2..bb60d4002 100644 --- a/components/exctrls/source/exeditctrls.pas +++ b/components/exctrls/source/exeditctrls.pas @@ -267,7 +267,7 @@ uses LCLProc, LazUTF8; resourcestring - RsDecSepMustNotMatchThSep = 'Decimal and thousand separators most not be equal.'; + RsDecSepMustNotMatchThSep = 'Decimal and thousand separators must not be equal.'; const Digits = ['0'..'9'];