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:
parent
d689407c6f
commit
fa6369996d
@ -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'];
|
||||
|
Loading…
Reference in New Issue
Block a user