ToolApplicationModel.st
changeset 763 251e824cb638
parent 762 2c25cc1b363e
child 765 daef5a602301
--- a/ToolApplicationModel.st	Thu Jan 22 19:54:13 1998 +0100
+++ b/ToolApplicationModel.st	Thu Jan 22 21:45:05 1998 +0100
@@ -109,25 +109,25 @@
   ^ super helpSpec addPairsFrom:#(
 
 #aboutSTX
-'Open an InfoBox about running ST/X.'
+'Opens an InfoBox about running ST/X.'
 
 #aboutThisAppliaction
-'Open an InfoBox about release and author.'
+'Opens an InfoBox about release and author of current application.'
 
 #fileExit
-'Exit current application.'
+'Exits current application.'
 
 #helpClassDocumentation
-'Open a HTML-browser with a class documentation for the current application.'
+'Opens a HTML-browser with a class documentation for current application.'
 
 #helpProgrammersGuide
-'Open a HTML-browser with a programmers guide.'
+'Opens a HTML-browser with a programmers guide.'
 
 #helpShowHelp
-'Toggle on/off displaying help texts.'
+'Toggles on/off displaying help texts.'
 
 #helpTutorial
-'Open a HTML-browser with tutorial for beginners.'
+'Opens a HTML-browser with a tutorial for beginners.'
 
 )
 ! !
@@ -944,5 +944,5 @@
 !ToolApplicationModel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ToolApplicationModel.st,v 1.10 1998-01-22 18:54:13 tz Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ToolApplicationModel.st,v 1.11 1998-01-22 20:45:05 tz Exp $'
 ! !