ProjectBuilder.st
changeset 3333 32dc40dc06cf
parent 3332 37a32de127ba
child 3338 c62417f88241
--- 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.