#QUALITY by cg
authorClaus Gittinger <cg@exept.de>
Wed, 09 May 2018 14:33:34 +0200
changeset 22831 754ac658dc28
parent 22830 00ba7fc7bdca
child 22832 0271f0f2006b
#QUALITY by cg class: Smalltalk class changed: #readEvalPrintLoop (send #errorStream: instead of #error:)
Smalltalk.st
--- a/Smalltalk.st	Wed May 09 14:33:21 2018 +0200
+++ b/Smalltalk.st	Wed May 09 14:33:34 2018 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1988 by Claus Gittinger
 	      All Rights Reserved
@@ -4253,7 +4255,7 @@
 
     repl
         doChunkFormat:false;
-        error:Stderr;
+        errorStream:Stderr;
         readEvalPrintLoop
 !
 
@@ -8810,13 +8812,13 @@
     (lang == #de) ifTrue:[
 	proto := 'Willkommen bei %1 (%4Version %2 von %3)'. bit := 'Bit'.
     ] ifFalse:[ (lang == #fr) ifTrue:[
-	proto := 'Salut, Bienvenue à %1 (%4version %2 de %3)'
+	proto := 'Salut, Bienvenue à %1 (%4version %2 de %3)'
     ] ifFalse:[ (lang == #it) ifTrue:[
 	proto := 'Ciao, benvenuto al %1 (%4versione %2 di %3)'
     ] ifFalse:[ (lang == #es) ifTrue:[
 	proto := 'Hola, bienvenida a %1 (%4version %2 de %3)'
     ] ifFalse:[ (lang == #pt) ifTrue:[
-	proto := 'Olá!!, mem-vindo a %1 (%4version %2 de %3)'
+	proto := 'Olá!!, mem-vindo a %1 (%4version %2 de %3)'
     ] ifFalse:[ (lang == #no) ifTrue:[
 	proto := 'Hei, verdenmottakelse til %1 (%4versjon %2 av %3)'
     ]]]]]].