From 3963a30f9e434871c515109f24632751a710ae51 Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 18 Sep 2022 15:50:37 +0200 Subject: [PATCH] * prettier exception message, resolves #39909 --- rtl/objpas/rtlconst.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtl/objpas/rtlconst.inc b/rtl/objpas/rtlconst.inc index 7f4f729843..338abbe395 100644 --- a/rtl/objpas/rtlconst.inc +++ b/rtl/objpas/rtlconst.inc @@ -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".';