SmalltalkLanguage.st
branchjv
changeset 17938 e2aad1d7c317
parent 17911 a99f15c5efa5
child 17966 8b5df02e171f
--- a/SmalltalkLanguage.st	Fri Apr 13 00:04:07 2012 +0100
+++ b/SmalltalkLanguage.st	Fri Apr 13 14:18:13 2012 +0100
@@ -136,9 +136,9 @@
 
 , anObject
     "Emulates symbol behavior. This is sometimes required
-     as Smalltalk language is used by legacy code to access
-     current language. Future versions should contain class
-     Locale.
+     as 'Smalltalk language' is used by legacy code to access
+     the current language setting. 
+     Future versions should contain class Locale.
     "
     <resource: #obsolete>
 
@@ -146,6 +146,7 @@
     ^ Language , anObject
 
     "Created: / 22-08-2009 / 09:33:44 / Jan Vrany <vranyj1@fel.cvut.cz>"
+    "Modified (comment): / 01-04-2012 / 13:19:28 / cg"
 !
 
 asSymbol
@@ -219,15 +220,15 @@
 !SmalltalkLanguage class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/SmalltalkLanguage.st,v 1.15 2011/01/30 14:20:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/SmalltalkLanguage.st,v 1.16 2012/04/01 11:21:32 cg Exp $'
 !
 
 version_CVS
-    ^ '§Header: /cvs/stx/stx/libbasic/SmalltalkLanguage.st,v 1.15 2011/01/30 14:20:27 cg Exp §'
+    ^ '§Header: /cvs/stx/stx/libbasic/SmalltalkLanguage.st,v 1.16 2012/04/01 11:21:32 cg Exp §'
 !
 
 version_SVN
-    ^'$Id: SmalltalkLanguage.st 10761 2012-01-19 11:46:00Z vranyj1 $'
+    ^'$Id: SmalltalkLanguage.st 10804 2012-04-13 13:18:13Z vranyj1 $'
 ! !