checkin from browser
authorClaus Gittinger <cg@exept.de>
Thu, 04 Mar 2004 10:34:10 +0100
changeset 5654 a048e5baf0c2
parent 5653 60c27c7fd6db
child 5655 799991c1c602
checkin from browser
DirectoryContentsBrowser.st
--- a/DirectoryContentsBrowser.st	Thu Mar 04 09:03:36 2004 +0100
+++ b/DirectoryContentsBrowser.st	Thu Mar 04 10:34:10 2004 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2002 by eXept Software AG
               All Rights Reserved
@@ -1134,7 +1136,7 @@
     noOfAddedFiles = noOfFiles ifTrue:[
         info := '%1 file%3'.
     ] ifFalse:[
-        info := '%1 file%3 shown (out of %2)'.
+        info := '%1 file%3 (%2 total)'.
     ].
     self shownFiles 
         value:(resources 
@@ -3104,5 +3106,5 @@
 !DirectoryContentsBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DirectoryContentsBrowser.st,v 1.150 2004-02-18 23:00:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DirectoryContentsBrowser.st,v 1.151 2004-03-04 09:34:10 cg Exp $'
 ! !