#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Tue, 09 Aug 2016 04:39:24 +0200
changeset 16788 c658333e6e72
parent 16787 e4c4a91c70ab
child 16789 a3f528d8797d
#DOCUMENTATION by cg class: AbstractSettingsApplication typo
AbstractSettingsApplication.st
--- a/AbstractSettingsApplication.st	Mon Aug 08 19:42:35 2016 +0200
+++ b/AbstractSettingsApplication.st	Tue Aug 09 04:39:24 2016 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2002 by eXept Software AG
               All Rights Reserved
@@ -4715,7 +4717,7 @@
 'Use the new advanced CodeView2, which supports line numbers, advanced variable and selector highlighting,\and other useful programmer features'
 
 #whitespaceWordSelectMode
-'Controls if non-whitespace separators (such as fullstop, parenthesis etc.) are treated as separator when selecting a word via double-click.\If off, only whitespace is treated as such. Useful when editing plain text, or code written in Lisp or Scheme'
+'Controls if non-whitespace separators (such as fullstop, parentheses etc.) are treated as separator when selecting a word via double-click.\If off, only whitespace is treated as such. Useful when editing plain text, or code written in Lisp or Scheme'
 
 #selectionExtensionModelStandard
 'Standard behavior - most text editors and text widgets behave like this.'