Tools__NewSystemBrowser.st
changeset 17246 801796049166
parent 17244 005de1fbde2e
child 17253 b998e658d2dc
--- a/Tools__NewSystemBrowser.st	Sun Jan 22 13:00:14 2017 +0100
+++ b/Tools__NewSystemBrowser.st	Sun Jan 22 13:01:51 2017 +0100
@@ -31094,7 +31094,7 @@
     ].
 
     insts size == 0 ifTrue:[
-        self information:'No instances or subInstances.'
+        self information:(resources string:'No instances or subInstances.')
     ] ifFalse:[
         insts size == 1 ifTrue:[
             insts first inspect.