FileBrowserV2.st
changeset 13005 a25e10a20bd7
parent 12961 710f09bbdd4d
child 13026 ad8d4b54b922
--- a/FileBrowserV2.st	Tue Jun 25 12:42:21 2013 +0200
+++ b/FileBrowserV2.st	Tue Jun 25 12:42:29 2013 +0200
@@ -320,7 +320,7 @@
 'The text-cursor''s column number'
 
 #encodingLabel
-'The file''s encoding (Right-Click to change)'
+'The file''s encoding (Right-click to change)'
 
 #encodingLockedLabel
 'Lock the file-encoding (do not try to guess from the file''s contents)'
@@ -329,10 +329,10 @@
 'Only show files matching the pattern.\Separate multiple patterns by ";".\Patterns starting with "~" are excluding.'
 
 #lineLabel
-'The text-cursor''s line number. Double-Click to change'
+'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)'
@@ -2026,7 +2026,7 @@
 !FileBrowserV2 class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.209 2013-06-21 00:44:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.210 2013-06-25 10:42:29 cg Exp $'
 ! !