Tools__StringSearchToolForTextView.st
changeset 8958 6f1fef46e15e
parent 8956 c69ca30a3fa7
child 8997 05b9949f54aa
--- a/Tools__StringSearchToolForTextView.st	Mon Oct 12 15:26:31 2009 +0200
+++ b/Tools__StringSearchToolForTextView.st	Mon Oct 12 15:26:37 2009 +0200
@@ -391,7 +391,7 @@
     match ifTrue: [
         searchText := self trimMatchPattern: searchText.
         (searchText includes: $*) ifTrue: [
-            message := 'Match pattern not available for backward search'.
+            message := (resources string: 'Match pattern not available for backward search').
             self searchTextNotFound: message.
             Smalltalk beep.
             ^ self
@@ -491,9 +491,9 @@
 !StringSearchToolForTextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__StringSearchToolForTextView.st,v 1.13 2009-10-12 13:00:53 fm Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__StringSearchToolForTextView.st,v 1.14 2009-10-12 13:26:37 fm Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__StringSearchToolForTextView.st,v 1.13 2009-10-12 13:00:53 fm Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__StringSearchToolForTextView.st,v 1.14 2009-10-12 13:26:37 fm Exp $'
 ! !