diff -r fcd5a6af06d4 -r 9c7040099cfe ShowMeHowItWorks.st --- a/ShowMeHowItWorks.st Tue Jul 23 11:53:57 2019 +0200 +++ b/ShowMeHowItWorks.st Thu Jul 25 11:49:10 2019 +0200 @@ -946,7 +946,7 @@ otherwise - if started by the app itself - no events will be processed while running" - voice := OperatingSystem bestVoiceForLanguage:(Smalltalk language). + self language:(Smalltalk language). translate := false. application isNil ifTrue:[ @@ -970,6 +970,7 @@ " "Created: / 23-07-2019 / 10:24:53 / Claus Gittinger" + "Modified: / 25-07-2019 / 11:48:53 / Claus Gittinger" ! doCommand:op