ProjectDefinition.st
branchjv
changeset 19899 25b35b705da5
parent 19863 513bd7237fe7
parent 19898 24a7019a1f7e
child 19912 ca84ec5f80a7
--- a/ProjectDefinition.st	Fri May 20 06:45:01 2016 +0200
+++ b/ProjectDefinition.st	Mon May 23 07:53:04 2016 +0100
@@ -2746,6 +2746,7 @@
     "Created: / 18-08-2006 / 12:51:38 / cg"
 ! !
 
+
 !ProjectDefinition class methodsFor:'description - project information'!
 
 applicationAdditionalIconFileNames
@@ -4789,6 +4790,7 @@
     ^ self subProjectMakeCallsUsing:'call vcmake %1 %2'.
 ! !
 
+
 !ProjectDefinition class methodsFor:'file templates'!
 
 autopackage_default_dot_apspec
@@ -5440,7 +5442,7 @@
     self restoreOverwrittenExtensionMethods.
 
     Class withoutUpdatingChangesDo:[
-        self activityNotification:'Unloading sunprojects'.
+        self activityNotification:'Unloading subprojects'.
         self unloadSubProjects.
 
         self activityNotification:'Unloading classes'.