UIHelpTool.st
changeset 3334 d01f4574870a
parent 3318 0b25d802e1b9
child 3362 177a52729a22
--- a/UIHelpTool.st	Wed Oct 05 23:48:17 2016 +0200
+++ b/UIHelpTool.st	Thu Oct 06 19:12:47 2016 +0200
@@ -1116,7 +1116,7 @@
     "save the help spec to the spec-class(es)"
 
     specClass isNil ifTrue:[
-        self information:(resources string:'No class specified !!').
+        self information:'No class specified !!'.
         ^ nil
     ].
 "/ cg: the following test is rubbish !!