SmallSense__SettingsAppl.st
branchcvs_MAIN
changeset 1109 e07daafc5d15
parent 990 355fbc81c06c
--- a/SmallSense__SettingsAppl.st	Wed Sep 11 17:11:19 2019 +0200
+++ b/SmallSense__SettingsAppl.st	Fri Sep 13 20:49:28 2019 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
 stx:goodies/smallsense - A productivity plugin for Smalltalk/X IDE
 Copyright (C) 2013-2014 Jan Vrany
@@ -82,13 +84,13 @@
     ^ super helpSpec addPairsFrom:#(
 
 #smallSenseBackgroundLintEnabled
-'When enabled, a hint on code are shown next to the line number,\based on a static code analysis (SmallLint).\See the SmallLint settings for which rules are to be applied'
+'If enabled, hints are shown next to the line number,\based on a static code analysis (SmallLint).\See the SmallLint settings for which rules are to be applied'
 
 #smallSenseBackgroundTypingEnabled
-'When enabled, SmallSense runs a type-inferencer on the code to give more accurate type hints and completion data'
+'If enabled, SmallSense runs a type-inferencer on the code to give more accurate type hints and completion data'
 
 #smallSenseElectricEditSupportEnabled
-'When enabled, closing brackets, blank lines and spaces are automatically inserted,\as soon as opening bracket or other tokens are typed. Honors formatting settings.'
+'If enabled, closing brackets, blank lines and spaces are automatically inserted,\as soon as opening bracket or other tokens are typed. Honors formatting settings.'
 
 #smallSenseEnabled
 'General enable/disable the SmallSense support package'