checkin from browser
authortz
Fri, 06 Feb 1998 19:54:58 +0100
changeset 613 5bdf59b03e8e
parent 612 e0fd14c460ae
child 614 41cd940faa45
checkin from browser
MenuEditor.st
--- a/MenuEditor.st	Fri Feb 06 18:32:20 1998 +0100
+++ b/MenuEditor.st	Fri Feb 06 19:54:58 1998 +0100
@@ -126,16 +126,16 @@
 'Adds a new menu separator.'
 
 #addSubMenu
-'Adds a new submenu.'
+'Adds a new sub menu.'
 
 #addSubMenuLink
-'Adds a new linked submenu.'
+'Adds a new linked sub menu.'
 
 #basicsAction
 'A block or a selector with 0, 1 (the argument field), or 2 (the selected item) arguments.'
 
 #basicsArgument
-'An argument passed to above selector, if it is a 1- or a 2-argument selector.'
+'An argument passed to above selector, if it is a 1 or a 2 argument selector.'
 
 #basicsIndication
 'A boolean value holder, a boolean evaluating block, or a boolean returning selector for specifying indication state.'
@@ -147,7 +147,7 @@
 'Label of the item.'
 
 #basicsMenu
-'A value holder providing the submenu to be opened if item is selected.'
+'A value holder providing the sub menu to be opened if item is selected.'
 
 #basicsMenuArgument
 'An argument passes with menu selector.'
@@ -156,7 +156,7 @@
 'Unique identifier of the item (optional).'
 
 #basicsSelector
-'Selector for the generated menu should be installed.'
+'Selector under which the generated menu spec is saved.'
 
 #basicsSeparatorType
 'List of valid separators.'
@@ -171,7 +171,7 @@
 'Index of the access character position of the textual label (optional).'
 
 #detailsEnabled
-'A boolean value holder providing en- or disabling of the menu item..'
+'A boolean value holder providing en- or disabling of the menu item.'
 
 #detailsVisibility
 'A boolean value holder providing visibility of the menu item.'
@@ -198,7 +198,7 @@
 'Class implementing the image resource method. If no class is given, the current application class will be taken.'
 
 #imageSelector
-'Selector which returns an image.'
+'Selector returning an image.'
 
 )