Smalltalk.st
changeset 23462 3936518a03ef
parent 23450 704f8e20673d
child 23467 f145dcf0e5e8
--- a/Smalltalk.st	Wed Oct 24 18:19:29 2018 +0200
+++ b/Smalltalk.st	Wed Oct 24 18:24:00 2018 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1988 by Claus Gittinger
 	      All Rights Reserved
@@ -519,6 +517,9 @@
             PackageDirName := 'Packages'.
             ResourceDirName := 'Resources'.
         ].
+        OperatingSystem isMSWINDOWSlike ifTrue:[
+            ResourceDirName := 'resources'.
+        ].
     ].
 
     SystemPath isEmptyOrNil ifTrue:[
@@ -542,7 +543,8 @@
      OperatingSystem defaultPackagePath
     "
 
-    "Modified: / 24.12.1999 / 00:23:35 / cg"
+    "Modified: / 24-12-1999 / 00:23:35 / cg"
+    "Modified: / 24-10-2018 / 18:23:45 / Claus Gittinger"
 !
 
 initUserPreferences
@@ -8839,13 +8841,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)'
     ]]]]]].