some help keys modified
authortz
Thu, 19 Feb 1998 16:42:30 +0100
changeset 651 4f3bbe0e547c
parent 650 495b35593c09
child 652 75644c11d619
some help keys modified
ImageEditor.st
--- a/ImageEditor.st	Wed Feb 18 22:30:32 1998 +0100
+++ b/ImageEditor.st	Thu Feb 19 16:42:30 1998 +0100
@@ -202,16 +202,13 @@
 'Opens a dialog to rotate the image in degrees.'
 
 #fileLoadFromClass
-'Opens a dialog for selecting an image resource method.'
-
-#fileLoadFromClassWithSuperclass
-'Opens a dialog for opening the resource dialog on a superclass.'
+'Opens a dialog for selecting and loading an image from resource method of a class.'
 
 #fileLoadFromFile
-'Opens a dialog for selecting an image file.'
+'Opens a dialog for selecting and loading an image from a file.'
 
 #fileNewImage
-'Opens a dialog with choices of size and color depth.'
+'Opens a dialog with choices of size and color depth to create an new image.'
 
 #filePrint
 'Print the image on a postscript printer.'
@@ -220,7 +217,7 @@
 'Opens dialog to save the image on a file.'
 
 #fileSaveFile
-'Saves the image on selected file name.'
+'Saves current image on current file name.'
 
 #fileSaveMaskAs
 'Opens dialog to save the mask of the image on a file.'