From fa6369996d4b2fa8297f7fa0f3feea0637b842d1 Mon Sep 17 00:00:00 2001 From: lazarus-bart Date: Mon, 17 Aug 2020 20:16:41 +0000 Subject: [PATCH] ExCtrls: fix typo in resourcestring. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7613 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/exctrls/source/exeditctrls.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'];