smalltalk.rc
changeset 1112 9cd232b85097
parent 1111 a139aac9c633
child 1246 357edb85942f
--- a/smalltalk.rc	Fri Aug 06 15:19:00 2010 +0200
+++ b/smalltalk.rc	Fri Aug 06 15:45:29 2010 +0200
@@ -224,7 +224,7 @@
 (Smalltalk secureFileIn:(Smalltalk commandName asFilename withSuffix:'pch')) ifFalse:[
     Smalltalk isStandAloneApp ifFalse:[
 	(Smalltalk secureFileIn:'patches') ifFalse:[
-	    'smalltalk.rc [warning]: error while filing in ''patches'' - some patches have not been loaded!' errorPrintCR.
+	    'smalltalk.rc [warning]: error while filing in ''patches'' - some patches have not been loaded!!' errorPrintCR.
 	].
     ].
 ].
@@ -235,8 +235,8 @@
     [
 	Screen openDefaultDisplay:nil.
     ] on:Screen deviceOpenErrorSignal do:[:ex|
-	('smalltalk.rc [warning]: No Display connection to: ', ex parameter printString) errorPrintCR.
-	'smalltalk.rc [info]: Either set the DISPLAY environment variable,' infoPrintCR.
+	('smalltalk.rc [warning]: no display connection to: ', ex parameter printString) errorPrintCR.
+	'smalltalk.rc [info]: either set the DISPLAY environment variable,' infoPrintCR.
 	'smalltalk.rc [info]: or start smalltalk with a -display argument.' infoPrintCR.
 	Smalltalk isStandAloneApp ifFalse:[
 	    '' errorPrintCR.