#FEATURE by cg
authorClaus Gittinger <cg@exept.de>
Sun, 14 Oct 2018 08:48:43 +0200
changeset 3621 5d7d4931b7c7
parent 3620 c0f9b9ddd6bd
child 3622 b9821260d1ab
#FEATURE by cg class: Tools::ProjectBuilderAssistantApplication changed: #assistantSpec
Tools__ProjectBuilderAssistantApplication.st
--- a/Tools__ProjectBuilderAssistantApplication.st	Sat Oct 13 13:45:40 2018 +0200
+++ b/Tools__ProjectBuilderAssistantApplication.st	Sun Oct 14 08:48:43 2018 +0200
@@ -3175,7 +3175,8 @@
 Please enter a project-identifier which must have a well defined format in Smalltalk/X.
 Notice that the ID directly reflects the project''s location within the source code repository 
 (module:directoryPath). 
-<br>If in doubt, use "<b>&lt;yourname&gt;:demos/xxx_n</b>".'
+<br>If in doubt, use "<b>&lt;yourname&gt;:demos/xxx_n</b>".
+<br>Press "Create" to generate a typical definition.'
         ) decodeAsLiteralArray.
 
     specs add:
@@ -3187,7 +3188,8 @@
             enterCallbackSelector: updateListOfApplicationsInProject
             infoText: 'Choose an existing application or create a new one. 
 These are subclasses of <I>ApplicationModel</I> and define the GUI and control flow inside the application. 
-Can also be left blank if the startup class does it all (stx build).'
+Can also be left blank if the startup class does it all (stx build).
+<br>Press "Create" to get a simple hello-world application to start with.'
         ) decodeAsLiteralArray.
 
     specs add: