AbstractFileFinderApplicationComponent.st
changeset 12338 2b456eb16d5d
parent 12112 0012158092fb
child 12401 4714b9640528
child 12565 458c68d41bbd
--- a/AbstractFileFinderApplicationComponent.st	Sat Jan 26 22:08:14 2013 +0100
+++ b/AbstractFileFinderApplicationComponent.st	Sat Jan 26 22:27:34 2013 +0100
@@ -144,7 +144,7 @@
                     ] ifFalse:[
                         t := t printString , ' ms'
                     ].
-                    message := 'Found %1 file%2 in %3' bindWith:(resultList size) with:(resultList size == 1 ifTrue:'' ifFalse:'s') with:t.
+                    message := 'Found %1 file%2 in %3.' bindWith:(resultList size) with:(resultList size == 1 ifTrue:'' ifFalse:'s') with:t.
                     self enableStop value:false.
                     self enableSearch value:true.
                     self changeInformationTo:'Find File ' , '- done.' toTab:true.
@@ -174,7 +174,7 @@
     ].
     self enableStop value:false.
     self enableSearch value:true.
-    self changeInformationTo:'Find File ' , '- search stopped' toTab:true.
+    self changeInformationTo:'Find File ' , '- search stopped.' toTab:true.
 
     "Modified: / 11-01-2012 / 22:42:07 / cg"
 !
@@ -477,10 +477,10 @@
 !AbstractFileFinderApplicationComponent class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractFileFinderApplicationComponent.st,v 1.7 2013-01-17 11:16:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractFileFinderApplicationComponent.st,v 1.8 2013-01-26 21:27:34 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractFileFinderApplicationComponent.st,v 1.7 2013-01-17 11:16:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractFileFinderApplicationComponent.st,v 1.8 2013-01-26 21:27:34 cg Exp $'
 ! !