# HG changeset patch # User tz # Date 888352105 -3600 # Node ID 25a770a729fc78272e7cd800758fa9e29274b149 # Parent d49e23b768e6ae30d960d0aebb7788ac86ec781c some help text changed diff -r d49e23b768e6 -r 25a770a729fc 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.' ) ! !