checkin from browser
authorClaus Gittinger <cg@exept.de>
Thu, 05 Feb 2004 23:23:59 +0100
changeset 5489 26f89f21e40e
parent 5488 3908d781f898
child 5490 722da73f31ed
checkin from browser
FileBrowser.st
--- a/FileBrowser.st	Thu Feb 05 23:23:03 2004 +0100
+++ b/FileBrowser.st	Thu Feb 05 23:23:59 2004 +0100
@@ -1400,7 +1400,7 @@
                   #value: #fileFindDuplicates
                 )
                #(#MenuItem
-                  #label: 'Find All Duplicate Files (recursive)'
+                  #label: 'Find All Duplicate Files (Recursive)'
                   #translateLabel: true
                   #value: #fileFindAllDuplicates
                 )
@@ -7630,5 +7630,5 @@
 !FileBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.556 2004-02-05 22:23:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.557 2004-02-05 22:23:59 cg Exp $'
 ! !