Smalltalk.st
changeset 23670 12331a3a54a0
parent 23628 8a9baee8f42a
child 23677 1543d88d416d
--- a/Smalltalk.st	Wed Feb 06 17:57:04 2019 +0100
+++ b/Smalltalk.st	Wed Feb 06 18:02:09 2019 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1988 by Claus Gittinger
 	      All Rights Reserved
@@ -239,7 +237,7 @@
         this is NOT called when an image is restarted; in this
         case the show starts in Smalltalk>>restart."
 
-    'basicInitializeSystem' infoPrintCR.
+    "/ 'basicInitializeSystem' infoPrintCR.
     
     OrderedCollection initialize.
 
@@ -319,7 +317,7 @@
     "Modified: / 05-12-2006 / 21:48:58 / cg"
     "Modified: / 24-10-2012 / 18:45:15 / sr"
     "Modified: / 27-02-2017 / 20:39:14 / stefan"
-    "Modified: / 22-01-2019 / 12:55:40 / Claus Gittinger"
+    "Modified: / 06-02-2019 / 18:01:17 / Claus Gittinger"
 !
 
 initGlobalsFromEnvironment
@@ -8881,13 +8879,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)'
     ]]]]]].