#UI_ENHANCEMENT by cg
authorClaus Gittinger <cg@exept.de>
Tue, 08 Nov 2016 17:33:29 +0100
changeset 20905 a0c73010fb0f
parent 20904 6452a9e1bae3
child 20906 c718e433b416
#UI_ENHANCEMENT by cg class: ReadEvalPrintLoop changed: #cmd_show:
ReadEvalPrintLoop.st
--- 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.
         ].