help text changed
authorClaus Gittinger <cg@exept.de>
Sat, 27 Feb 1999 14:45:35 +0100
changeset 1042 10adcd590f2a
parent 1041 56ae9768b7ff
child 1043 8414736f8846
help text changed
UISpecificationTool.st
--- 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.'