ToolApplicationModel.st
changeset 910 670bffab7041
parent 907 f4087882555a
child 920 6b72e4ce4406
--- a/ToolApplicationModel.st	Thu Apr 23 21:41:19 1998 +0200
+++ b/ToolApplicationModel.st	Sun Apr 26 00:19:44 1998 +0200
@@ -165,85 +165,85 @@
 'About functions.'
 
 #aboutSTX
-'Opens an InfoBox about running ST/X.'
+'Open an InfoBox showing details of the running ST/X.'
 
 #aboutThisAppliaction
-'Opens an InfoBox about release and author of current application.'
+'Open an InfoBox about that applications release and its author.'
 
 #add
 'Add functions.'
 
 #commitCancel
-'Cancels last edit action.'
+'Cancels changes.'
 
 #commitOK
-'Accepts last edit action.'
+'Commit changes.'
 
 #edit
 'Edit functions.'
 
 #editCopy
-'Copies the selected item(s) to the clipboard.'
+'Copy the selected item(s) to the clipboard.'
 
 #editCut
-'Cuts the selected item(s) and places it to the clipboard.'
+'Move the selected item(s) to the clipboard.'
 
 #editDelete
-'Deletes the selected item(s).'
+'Delete the selected item(s).'
 
 #editMoveDown
-'Moves the selected item one step down.'
+'Moves the selected item one step down in the order list.'
 
 #editMoveIn
 'Moves the selected item into next item as child item.'
 
 #editMoveOut
-'Moves the selected item out of parent item.'
+'Moves the selected item out of its parent item.'
 
 #editMoveUp
-'Moves the selected item one step up.'
+'Moves the selected item one step up in the order list.'
 
 #editPaste
-'Pastes the contents of the clipboard.'
+'Paste from the clipboard.'
 
 #editUndo
-'Reverses the last action.'
+'Undo the last action.'
 
 #file
 'File functions.'
 
 #fileBrowseClass
-'Opens a System Browser on current class and selector.'
+'Open a System Browser on the current class and selector.'
 
 #fileDefineClass
-'Opens a dialog to define current class.'
+'Open a dialog to define the current class.'
 
 #fileDefineClassAndSelector
-'Opens a dialog to define current class and selector.'
+'Open a dialog to define the current class and selector.'
 
 #fileExit
-'Exits current application.'
+'Exit this application.'
 
 #help
 'Help functions.'
 
 #helpHelpTool
-'Opens a HTML-Browser on the documentation file of the Help Tool.'
+'Open an HTML-Browser showing the Help Tools documentation.'
 
 #helpShowHelp
-'Turns on/off displaying help texts.'
+'Toggle display of help texts.'
 
 #helpTutorial
-'Opens a HTML-Browser on the documentation file of the current application.'
+'Open an HTML-Browser showing this applications documentation.'
 
 #history
 'History functions.'
 
 #historyEmptyMenu
-'Deletes all items of the history.'
+'Delete all items in the history.'
 
 #historyMenuItem
-'Evaluates the text of the menu item for loading.'
+'Evaluate the text of the menu item for loading.'
 
 #settings
 'Settings functions.'
@@ -1403,5 +1403,5 @@
 !ToolApplicationModel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ToolApplicationModel.st,v 1.53 1998-04-22 17:33:35 tz Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ToolApplicationModel.st,v 1.54 1998-04-25 22:19:44 cg Exp $'
 ! !