TextView.st
branchjv
changeset 5738 9498dfe97f83
parent 5737 98bc0782ffa1
parent 5727 59553507b326
child 5740 430b7b15a684
--- a/TextView.st	Mon May 09 21:43:19 2016 +0200
+++ b/TextView.st	Wed May 11 09:39:07 2016 +0200
@@ -357,13 +357,13 @@
 'If checked, lines containing the matched string are selected.'
 
 #replacePreserveCase
-'Preserve the case of replaced text'
+'Preserve the title case of replaced text'
 
 #replaceAll
 '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)'