ReadEvalPrintLoop.st
changeset 20905 a0c73010fb0f
parent 20902 342c68aa8e9a
child 20906 c718e433b416
--- a/ReadEvalPrintLoop.st	Tue Nov 08 17:31:45 2016 +0100
+++ b/ReadEvalPrintLoop.st	Tue Nov 08 17:33:29 2016 +0100
@@ -443,7 +443,7 @@
         ].
         
         ("showAll or:[" what startsWith:'pack' "]") ifTrue:[                    
-            showAll ifTrue:[ errStream cr; nextPutLine:'Packages:'; nextPutLine:'--------' ].
+            showAll ifTrue:[ errStream cr; nextPutLine:'Available Packages:'; nextPutLine:'--------' ].
             self showPackages.
             ok := true.
         ].