mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 17:48:01 +02:00
* prettier exception message, resolves #39909
This commit is contained in:
parent
c8fee69345
commit
3963a30f9e
@ -308,7 +308,7 @@ ResourceString
|
||||
SInvalidUnicodeCodePointSequence = 'Invalid unicode code point sequence';
|
||||
SClassCantBeConstructed = 'Class %s can not be constructed';
|
||||
SErrStatusCallBackRequired = 'Thread status report handler cannot be empty.';
|
||||
SErrFindNeedsSortedList = 'Cannot use find on unsorted list';
|
||||
SErrFindNeedsSortedList = 'Cannot use method "Find" on unsorted list';
|
||||
SParamIsNegative = 'Parameter "%s" cannot be negative.';
|
||||
SErrCannotWriteToProperty = 'Cannot write to property "%s".';
|
||||
SErrCannotReadProperty = 'Cannot read property "%s".';
|
||||
|
Loading…
Reference in New Issue
Block a user