mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 00:29:24 +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';
|
SInvalidUnicodeCodePointSequence = 'Invalid unicode code point sequence';
|
||||||
SClassCantBeConstructed = 'Class %s can not be constructed';
|
SClassCantBeConstructed = 'Class %s can not be constructed';
|
||||||
SErrStatusCallBackRequired = 'Thread status report handler cannot be empty.';
|
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.';
|
SParamIsNegative = 'Parameter "%s" cannot be negative.';
|
||||||
SErrCannotWriteToProperty = 'Cannot write to property "%s".';
|
SErrCannotWriteToProperty = 'Cannot write to property "%s".';
|
||||||
SErrCannotReadProperty = 'Cannot read property "%s".';
|
SErrCannotReadProperty = 'Cannot read property "%s".';
|
||||||
|
Loading…
Reference in New Issue
Block a user