UISpecificationTool.st
changeset 1042 10adcd590f2a
parent 1033 21b3bc025e0c
child 1051 148c81e896ac
--- a/UISpecificationTool.st	Fri Feb 26 13:46:21 1999 +0100
+++ b/UISpecificationTool.st	Sat Feb 27 14:45:35 1999 +0100
@@ -429,16 +429,16 @@
 'Defines how selected items are highlighted'
 
 #itemContentsSelector
-'Method in the application to return a nodes (lazy) contents.'
+'Method in the application to return a block retrieveing a nodes (lazy) contents.'
 
 #itemLabelSelector
-'Method in the application to return a nodes (lazy) label.'
+'Method in the application to return a block retrieveing nodes (lazy) label.'
 
 #itemChildrenSelector
-'Method in the application to return a nodes (lazy) children.'
+'Method in the application to return a block retrieveing nodes (lazy) children.'
 
 #itemIconSelector
-'Method in the application to return a nodes (lazy) icon.'
+'Method in the application to return a block retrieveing nodes (lazy) icon.'
 
 #tabLabels
 'Name of the message sent to the application returning a list of labels for the tab items.'