#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 04 Nov 2016 16:03:58 +0100
changeset 17030 b61d34b7fce4
parent 17029 3e5b4af7b64e
child 17031 161a79d0fd2a
#DOCUMENTATION by cg class: FileBrowser comment/format in: #sizePrintString:
FileBrowser.st
--- a/FileBrowser.st	Fri Nov 04 16:03:15 2016 +0100
+++ b/FileBrowser.st	Fri Nov 04 16:03:58 2016 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1991 by Claus Gittinger
               All Rights Reserved
@@ -6898,7 +6896,7 @@
 sizePrintString:size
     "helper for update-directory to return a string with a files size.
      This one gives the size in byte, Kb or Mb depending on size.
-     If you dont like this, just uncomment the first statement below."
+     If you don't like this, just uncomment the first statement below."
 
     |unitString n|