#UI_ENHANCEMENT by cg
authorClaus Gittinger <cg@exept.de>
Mon, 09 May 2016 11:07:38 +0200
changeset 5726 04a5c547c98f
parent 5725 36a040e8555b
child 5727 59553507b326
#UI_ENHANCEMENT by cg class: TextView changed: #flyByHelpSpec typo
TextView.st
--- 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)'