#FEATURE by cg
authorClaus Gittinger <cg@exept.de>
Tue, 23 Jul 2019 10:31:08 +0200
changeset 24466 9e9c193268c5
parent 24465 dcc9ff604f0d
child 24467 fa945869d1cc
#FEATURE by cg class: OSXOperatingSystem class changed: #bestVoiceForLanguage:
OSXOperatingSystem.st
--- a/OSXOperatingSystem.st	Tue Jul 23 10:22:59 2019 +0200
+++ b/OSXOperatingSystem.st	Tue Jul 23 10:31:08 2019 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2013 by Claus Gittinger
 	      All Rights Reserved
@@ -968,7 +970,7 @@
         ^ 'Anna'
     ].    
     language = 'en' ifTrue:[
-        ^ 'Fione'
+        ^ 'Fiona'
     ].    
     ^ nil