# HG changeset patch # User Claus Gittinger # Date 1061562882 -7200 # Node ID 75407a952d791178d69898e63324d1cbb7dc74a2 # Parent 98ebea4111f91348c4248b7817ecfb02db3ea5ca *** empty log message *** diff -r 98ebea4111f9 -r 75407a952d79 UIHelpTool.st --- 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 ].