tooltips
authorClaus Gittinger <cg@exept.de>
Tue, 19 Mar 2013 13:12:17 +0100
changeset 3107 6343bde3fc47
parent 3106 77e6e44d3c04
child 3108 988608c69014
tooltips
ToolApplicationModel.st
--- a/ToolApplicationModel.st	Wed Mar 13 18:10:49 2013 +0100
+++ b/ToolApplicationModel.st	Tue Mar 19 13:12:17 2013 +0100
@@ -251,15 +251,13 @@
 "/'Commit'
 
 #editCopy
-"/ 'Copy to clipboard'
-'Copy'
+'Copy selection'
 
 #editCut
-"/ 'Move to clipboard'
-'Cut'
+'Cut selection'
 
 #editDelete
-'Delete'
+'Delete selection'
 
 #editSearch
 'Search'
@@ -318,106 +316,106 @@
     ^super helpSpec addPairsFrom:#(
 
 #about
-'Info functions.'
+'Info functions'
 
 #aboutSTX
-'Info about the running ST/X.'
+'Info about the running ST/X'
 
 #aboutThisAppliaction
-'Info about that applications release and author.'
+'Info about that applications release and author'
 
 #add
-'Add functions.'
+'Add functions'
 
 #commitCancel
-'Cancel changes.'
+'Cancel changes'
 
 #commitOK
-'Commit changes.'
+'Commit changes'
 
 #edit
-'Edit functions.'
+'Edit functions'
 
 #editCopy
-'Copy the selected item(s) to the clipboard.'
+'Copy the selected item(s) to the clipboard'
 
 #editCut
-'Move the selected item(s) to the clipboard.'
+'Cut the selected item(s) to the clipboard'
 
 #editDelete
-'Delete the selected item(s).'
+'Delete the selected item(s)'
 
 #editMoveDown
-'Move the selected item one step down (in the order list).'
+'Move the selected item one step down (in the order list)'
 
 #editMoveIn
-'Move the selected item into the next item (as child item).'
+'Move the selected item into the next item (as child item)'
 
 #editMoveInAbove
-'Move the selected item into the previous item (as child item).'
+'Move the selected item into the previous item (as child item)'
 
 #editMoveOut
-'Move the selected item out of its parent item.'
+'Move the selected item out of its parent item'
 
 #editMoveUp
-'Move the selected item one step up (in the order list).'
+'Move the selected item one step up (in the order list)'
 
 #editPaste
-'Paste from the clipboard.'
+'Paste from the clipboard'
 
 #editUndo
-'Undo the last action.'
+'Undo the last action'
 
 #editRedo
-'Redo the last undone action.'
+'Redo the last undone action'
 
 #file
-'File functions.'
+'File functions'
 
 #fileBrowseClass
-'Open a System Browser on the current class.'
+'Open a System Browser on the current class'
 
 #fileDefineClass
-'Open a dialog to define the current class.'
+'Open a dialog to define the current class'
 
 #fileDefineClassAndSelector
-'Open a dialog to define the current class and selector.'
+'Open a dialog to define the current class and selector'
 
 #fileExit
-'Exit this application.'
+'Exit this application'
 
 #generate
-'Code generation.'
+'Code generation'
 
 #help
-'Help functions.'
+'Help functions'
 
 #helpHelpTool
-'Show the Help Tools documentation.'
+'Show the Help Tools documentation'
 
 #helpShowHelp
-'Toggle display of help texts.'
+'Toggle display of help texts'
 
 #helpTutorial
-'Show this applications documentation.'
+'Show this applications documentation'
 
 #history
-'History functions.'
+'History functions'
 
 #historyEmptyMenu
-'Clear the history.'
+'Clear the history'
 
 #historyMenuItem
-'Switch to that item.'
+'Switch to that item'
 
 #settings
-'Settings functions.'
+'Settings functions'
 
 #test
-'Test functions.'
+'Test functions'
 
 #addTab
-'Add another page (tab).'
+'Add another page (tab)'
 
 )
 
@@ -1646,5 +1644,6 @@
 !ToolApplicationModel class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/ToolApplicationModel.st,v 1.142 2012-09-09 19:05:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ToolApplicationModel.st,v 1.143 2013-03-19 12:12:17 cg Exp $'
 ! !
+