SourceCodeManagerUtilities.st
changeset 3313 7765a349ce83
parent 3291 7fc5a1fea0fd
child 3325 944f6a6e66ff
--- a/SourceCodeManagerUtilities.st	Fri Jun 21 03:25:20 2013 +0000
+++ b/SourceCodeManagerUtilities.st	Sun Jun 23 12:34:13 2013 +0200
@@ -1904,9 +1904,10 @@
     "/
     SourceCodeManagerError handle:[:ex |
         Dialog warn:(resources 
-                                stringWithCRs:'Could not fetch source of "%1".\\Please check your %1-sourcecode manager''s settings.'
+                                stringWithCRs:'Could not fetch source of "%1".\\Please check your sourcecode manager settings of %2 for package: "%3".\(and possibly the network for reachability of the repository)'
                                 with:classToCompare name
-                                with:classToCompare sourceCodeManager managerTypeName).
+                                with:classToCompare sourceCodeManager managerTypeName
+                                with:classToCompare package).
         ^ self.
 
     ] do:[
@@ -3878,10 +3879,10 @@
 !SourceCodeManagerUtilities class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerUtilities.st,v 1.282 2013-06-05 13:22:03 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerUtilities.st,v 1.283 2013-06-23 10:34:13 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerUtilities.st,v 1.282 2013-06-05 13:22:03 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerUtilities.st,v 1.283 2013-06-23 10:34:13 cg Exp $'
 ! !