TextView.st
changeset 5726 04a5c547c98f
parent 5716 f2d5d5d5d4d6
child 5727 59553507b326
--- a/TextView.st	Mon May 09 10:09:07 2016 +0200
+++ b/TextView.st	Mon May 09 11:07:38 2016 +0200
@@ -363,7 +363,7 @@
 'Search and replace all occurrences of the searched string'
 
 #searchWithWrap
-'Wrap around at the end of the text, an continue the search from the top'
+'Wrap around at the end of the text, and continue the search from the top'
 
 #matchWithRegex
 'Use regex pattern for search (as opposed to glob pattern)'