ProjectDefinition.st
changeset 13836 97abd31bbd13
parent 13823 e09549521ed4
child 13863 2c2dfa738f2b
--- a/ProjectDefinition.st	Fri Nov 25 16:43:13 2011 +0100
+++ b/ProjectDefinition.st	Fri Nov 25 16:43:49 2011 +0100
@@ -3558,7 +3558,7 @@
                 select:[:nm | (Smalltalk at:nm ifAbsent:nil) isNil]
                 thenDo:[:nm | Transcript showCR:nm].
             (depClasses includes:nil) ifTrue:[
-                (Dialog confirm:'Dependencies might be incorrect (some classes are not present; see Transcript).\\Continue anyway ?' withCRs)
+                (Dialog confirm:'Dependencies (and therefore build-order) might be incorrect\(some classes are not present; see Transcript).\\Continue anyway ?' withCRs)
                 ifFalse:[
                     AbortOperationRequest raise.
                 ].
@@ -3588,7 +3588,7 @@
     "
 
     "Created: / 09-08-2006 / 11:24:39 / fm"
-    "Modified: / 27-09-2011 / 18:21:11 / cg"
+    "Modified: / 25-11-2011 / 16:41:47 / cg"
 !
 
 commonSymbolsFlag
@@ -6612,11 +6612,11 @@
 !ProjectDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.372 2011-11-25 13:38:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.373 2011-11-25 15:43:49 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.372 2011-11-25 13:38:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.373 2011-11-25 15:43:49 cg Exp $'
 !
 
 version_SVN