AbstractSettingsApplication.st
changeset 18335 a93c65ae395c
parent 18329 df9b723cd17e
child 18403 779374848f98
--- a/AbstractSettingsApplication.st	Thu Aug 09 15:50:56 2018 +0200
+++ b/AbstractSettingsApplication.st	Thu Aug 09 15:51:13 2018 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2002 by eXept Software AG
               All Rights Reserved
@@ -1101,7 +1103,7 @@
 
     filename := self helpFilename.
     filename isNil ifTrue:[
-        self warn:(self resources string:'Sorry - no Help available here.').
+        self warn:('Sorry - no Help available here.').
         ^ self.
     ].
     self withWaitCursorDo:[
@@ -1111,6 +1113,8 @@
             HTMLDocumentView openFullOnHelpFile:filename
         ].
     ].
+
+    "Modified: / 09-08-2018 / 15:29:59 / Claus Gittinger"
 !
 
 helpFilename
@@ -2514,7 +2518,7 @@
                                extent: (Point 665 22)
                              )
                             (CheckBoxSpec
-                               label: 'Allow Paragraph in Identifiers (§)'
+                               label: 'Allow Paragraph in Identifiers (§)'
                                name: 'CheckBox10'
                                activeHelpKey: allowParagraphInIdentifier
                                uuid: '9c9316ac-1f3f-11b2-903e-3065ec8abe8a'