#UI_ENHANCEMENT by cg
authorClaus Gittinger <cg@exept.de>
Tue, 28 Nov 2017 17:09:10 +0100
changeset 3507 1791c691b565
parent 3506 86a5f1bf58fe
child 3508 a526b342d12c
#UI_ENHANCEMENT by cg class: Tools::ProjectBuilderAssistantApplication changed: #doStopMake
Tools__ProjectBuilderAssistantApplication.st
--- a/Tools__ProjectBuilderAssistantApplication.st	Tue Nov 28 16:39:36 2017 +0100
+++ b/Tools__ProjectBuilderAssistantApplication.st	Tue Nov 28 17:09:10 2017 +0100
@@ -2292,11 +2292,11 @@
         ].
         makeOutputWindow endEntry.
         makeOutputWindow cr.
-        makeOutputWindow nextPutLine:('Make Cancelled' colorizeAllWith:Color white on:Color red).
+        makeOutputWindow nextPutLine:('Make Canceled' colorizeAllWith:Color white on:Color red).
         makeOutputWindow endEntry.
     ].
 
-    "Modified: / 26-09-2012 / 21:01:37 / cg"
+    "Modified: / 28-11-2017 / 17:09:05 / cg"
 !
 
 fetchSelectedProject