SourceCodeManagerUtilities.st
changeset 4458 abe7565c10fb
parent 4456 df14ee79655a
child 4470 645329232307
--- a/SourceCodeManagerUtilities.st	Tue Jul 09 20:08:40 2019 +0200
+++ b/SourceCodeManagerUtilities.st	Tue Jul 09 20:49:07 2019 +0200
@@ -3782,7 +3782,7 @@
 
     diffSet isEmpty ifTrue:[
         "/ Dialog information:(resources string:'%1 is up-to-date.' with:eachProject allBold).
-        Transcript showCR:('%1 is up-to-date.' bindWith:aProject allBold).
+        Transcript showCR:'%1 is up-to-date.' with:aProject allBold.
         (ChangeSet current includesChangeForPackage:aProject) ifTrue:[
             (Dialog confirm:('%1 is up-to-date.\\Cleanup ChangeSet ?' bindWith:aProject allBold) withCRs) ifTrue:[
                 ChangeSet current condenseChangesForPackage:aProject.