ApplicationModel.st
changeset 3179 9bcc92bcbcee
parent 3116 c4dcdf2487fe
child 3181 4befd1e4e8d0
--- a/ApplicationModel.st	Tue May 28 20:41:48 2013 +0200
+++ b/ApplicationModel.st	Thu Jun 06 12:07:43 2013 +0200
@@ -3642,7 +3642,7 @@
 !
 
 warn:aString
-    "like Objects warn, but translates the string via the
+    "like Object's warn, but translates the string via the
      resourcePack, thus giving a translated string automatically"
 
     self warn:aString translate:true
@@ -3961,11 +3961,11 @@
 !ApplicationModel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.336 2013-04-24 15:12:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.337 2013-06-06 10:07:43 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.336 2013-04-24 15:12:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.337 2013-06-06 10:07:43 cg Exp $'
 ! !