FileBrowserV2.st
changeset 7676 176e30e76a69
parent 7675 f33fda61001c
child 7727 207a1b502e5b
--- a/FileBrowserV2.st	Wed Feb 28 18:28:09 2007 +0100
+++ b/FileBrowserV2.st	Wed Feb 28 18:32:03 2007 +0100
@@ -316,7 +316,7 @@
 'The text-cursor''s line number. Double-Click to change'
 
 #modeLabel
-'The editing mode (insert vs. overwrite)'
+'The editing mode (Insert vs. Overwrite)'
 
 #numberOfFiles
 'Number of files shown (Total number of files in directory)'
@@ -1847,7 +1847,7 @@
 !FileBrowserV2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.168 2007-02-28 17:28:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.169 2007-02-28 17:32:03 cg Exp $'
 ! !
 
 FileBrowserV2 initialize!