# HG changeset patch # User Claus Gittinger # Date 1580754047 -3600 # Node ID 91824773c6194dc52e9ef590c3e4da4ff63cb9c8 # Parent 20a999ca824605ecaae8db8fb43aa6aa969a23b0 #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: diff -r 20a999ca8246 -r 91824773c619 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 !