* prettier exception message, resolves #39909

This commit is contained in:
florian 2022-09-18 15:50:37 +02:00
parent c8fee69345
commit 3963a30f9e

View File

@ -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".';