#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Mon, 03 Feb 2020 19:20:47 +0100
changeset 3850 91824773c619
parent 3849 20a999ca8246
child 3851 8251db282466
#OTHER by cg bad english class: TableDrivenOutputAction class comment/format in: #isCompatibleWithOutputType: class: TableDrivenOutputAction::EachGreater class comment/format in: #isCompatibleWithOutputType: class: TableDrivenOutputAction::EachLess class comment/format in: #isCompatibleWithOutputType:
MenuEditor.st
--- a/MenuEditor.st	Fri Jan 31 22:35:56 2020 +0100
+++ b/MenuEditor.st	Mon Feb 03 19:20:47 2020 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1997 by eXept Software AG
 	      All Rights Reserved
@@ -3884,7 +3886,7 @@
 !MenuEditor::Item methodsFor:'displaying'!
 
 displayLabel
-    "returns the label on default displayed on the screen
+    "returns the label which is displayed by default on the screen
     "
     ^ menuItem rawLabel
 !
@@ -4029,7 +4031,7 @@
 
 canAddDelayedMenu
     "returns true if a delayed menu can be added;
-     on default false is returned
+     by default, false is returned
     "
     ^ false
 !