UIHelpTool.st
changeset 1735 75407a952d79
parent 1723 30d20151ed81
child 1737 de6abd3c55d2
--- a/UIHelpTool.st	Wed Aug 20 11:35:43 2003 +0200
+++ b/UIHelpTool.st	Fri Aug 22 16:34:42 2003 +0200
@@ -1148,7 +1148,7 @@
         ^ nil
     ].
     (specClass isSubclassOf:ApplicationModel) ifFalse:[
-        self information:(resources string:'Cannot save help into none Application class').
+        self information:(resources string:'Cannot save help into non-Application class').
         ^ nil
     ].