ExCtrls: fix typo in resourcestring.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7613 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
lazarus-bart 2020-08-17 20:16:41 +00:00
parent d689407c6f
commit fa6369996d

View File

@ -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'];