ClassBuilder.st
changeset 19530 7d69c2f1aa4a
parent 19108 2da542541d8b
child 19533 1c9224a6ec00
child 20181 7d0df548c664
--- a/ClassBuilder.st	Fri Apr 01 13:57:34 2016 +0200
+++ b/ClassBuilder.st	Sat Apr 02 17:18:12 2016 +0200
@@ -2140,9 +2140,8 @@
 
         ClassBuildWarning new
             className:className;
-            messageText:('%1: name "%2"\should start with an uppercase letter (by convention only)'withCRs
-                            bindWith:className 
-                            with:(names at:idx) allBold);
+            messageText:('Class Name "%1"\should start with an uppercase letter (by convention only)'withCRs
+                            bindWith:className allBold);
             raiseRequest.
 "/        (self confirm:('%1 name "%2" should start with an uppercase letter\(by convention only)\\install anyway ?'
 "/                         bindWith:what with:className) withCRs)