#UI_ENHANCEMENT by cg
authorClaus Gittinger <cg@exept.de>
Wed, 05 Oct 2016 23:48:17 +0200
changeset 3333 32dc40dc06cf
parent 3332 37a32de127ba
child 3334 d01f4574870a
#UI_ENHANCEMENT by cg class: Tools::ProjectBuilder changed: #setupBuildDirectory
ProjectBuilder.st
--- a/ProjectBuilder.st	Wed Oct 05 19:02:48 2016 +0200
+++ b/ProjectBuilder.st	Wed Oct 05 23:48:17 2016 +0200
@@ -1068,7 +1068,7 @@
 !
 
 setupBuildDirectory
-    self activityNotification:('Building in %1' bindWith:buildDirectory pathName).
+    self activityNotification:('Setting up build directory %1' bindWith:buildDirectory pathName).
 
     buildDirectory exists ifFalse:[
         buildDirectory recursiveMakeDirectory.