AbstractFileBrowser.st
changeset 6339 d5e3d82faf28
parent 6337 76a3f145aaad
child 6346 3b3d962e691c
--- a/AbstractFileBrowser.st	Wed Jul 06 10:02:20 2005 +0200
+++ b/AbstractFileBrowser.st	Wed Jul 06 12:03:42 2005 +0200
@@ -886,7 +886,7 @@
        (SpecCollection
           collection: (
            (LabelSpec
-              label: 'Select the Character Encoding'
+              label: 'Select the External (File-) Encoding'
               name: 'Label1'
               layout: (LayoutFrame 0 0 0 0 0 1 30 0)
               translateLabel: true
@@ -6779,5 +6779,5 @@
 !AbstractFileBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractFileBrowser.st,v 1.297 2005-07-06 08:02:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractFileBrowser.st,v 1.298 2005-07-06 10:03:38 cg Exp $'
 ! !