some help text changed
authortz
Tue, 24 Feb 1998 21:28:25 +0100
changeset 675 25a770a729fc
parent 674 d49e23b768e6
child 676 6a21e13bb2db
some help text changed
ImageEditor.st
--- a/ImageEditor.st	Tue Feb 24 21:00:46 1998 +0100
+++ b/ImageEditor.st	Tue Feb 24 21:28:25 1998 +0100
@@ -163,7 +163,7 @@
 'Increases or reduces size of color map of the image.'
 
 #colorMapTable
-'Shows a list of used colors of the current image.'
+'Shows a list of used colors of the image.'
 
 #drawModeBox
 'Switches to mode drawing boxes.'
@@ -214,31 +214,31 @@
 'Print the image on a postscript printer.'
 
 #fileSaveAs
-'Opens dialog to save the image to a file.'
+'Opens a dialog to save the image to a file.'
 
 #fileSaveMaskAs
-'Opens dialog to save the mask of the image to a file.'
+'Opens a dialog to save the mask of the image to a file.'
 
 #fileSaveMethod
-'Saves current image into selected class and selector.'
+'Saves the image on current class and selector.'
 
 #fileSaveMethodAs
-'Opens dialog to save the image on a class and a selector.'
+'Opens a dialog for selecting and saving the image in a resource method of a class.'
 
 #magnificationNumber
 'Shows current number of magnification.'
 
 #magnifyImageDown
-'Magnifies down current image.'
+'Magnifies down the image.'
 
 #magnifyImageUp
-'Magnifies up current image.'
+'Magnifies up the image.'
 
 #mouseKeyColorMode
-'Toggles between left and right mouse key color.'
+'Switches between left and right mouse button color.'
 
 #previewView
-'Shows preview of the current image.'
+'Shows preview of the image.'
 
 )
 ! !