Smalltalk.st
changeset 22703 d4218cffd69d
parent 22691 df53ad43691d
child 22705 745f5474acd8
--- a/Smalltalk.st	Tue Apr 24 10:29:43 2018 +0200
+++ b/Smalltalk.st	Tue Apr 24 11:58:38 2018 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1988 by Claus Gittinger
 	      All Rights Reserved
@@ -7053,7 +7051,7 @@
         RealSystemPath := nil.
     ].
     
-    [
+    ^ [
         (Class updateChangeFileQuerySignal , Class updateChangeListQuerySignal) answer:logged do:[
             "JV: Changed to give ProgrammingLanguage to choose
              proper reader"
@@ -7076,7 +7074,6 @@
         silent notNil ifTrue:[self silentLoading:wasSilent].
         inStream close
     ].
-    ^ true
 
     "
      Smalltalk fileInStream:('source/TicTacToe.st' asFilename readStream) lazy:true silent:true
@@ -7084,7 +7081,7 @@
 
     "Modified: / 05-11-1996 / 20:03:35 / cg"
     "Modified: / 16-08-2009 / 11:06:05 / Jan Vrany <vranyj1@fel.cvut.cz>"
-    "Modified: / 16-02-2017 / 11:23:54 / stefan"
+    "Modified: / 24-04-2018 / 11:34:40 / stefan"
 !
 
 isClassLibraryLoaded:name
@@ -8802,13 +8799,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)'
     ]]]]]].