#UI_ENHANCEMENT by cg
authorClaus Gittinger <cg@exept.de>
Tue, 28 Nov 2017 16:39:36 +0100
changeset 3506 86a5f1bf58fe
parent 3505 a7aec486480c
child 3507 1791c691b565
#UI_ENHANCEMENT by cg class: ImageEditor changed: #colorMapMode:
ImageEditor.st
--- a/ImageEditor.st	Tue Nov 28 16:10:04 2017 +0100
+++ b/ImageEditor.st	Tue Nov 28 16:39:36 2017 +0100
@@ -6918,7 +6918,7 @@
                                 colorMapMode value:prevMode.
                                 self findColorMapMode.    
                                 self warn:(resources 
-                                            stringWithCRs:'Too many used colors (%1) in image.\\You should choose one of:\\- convert the image to grey\- reduce the number of colors\- dither to depth\- choose another depth'
+                                            stringWithCRs:'Too many used colors (%1) in image.\\You should choose one of:\\- convert the image to gray\- reduce the number of colors\- dither to depth\- choose another depth'
                                             with: oldImage realUsedColors size ).
                                 ^ self
     "/                            (self confirm:('Too many used colors in image (', oldImage usedColors size printString , ').\\Dither ?' withCRs))
@@ -7084,7 +7084,7 @@
         ]
     ]
 
-    "Modified: / 28-11-2017 / 16:09:46 / cg"
+    "Modified: / 28-11-2017 / 16:39:03 / cg"
 !
 
 colorize