diff -r b8f7fa076a43 -r abe7565c10fb SourceCodeManagerUtilities.st --- 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.