diff -r f0805cc949fc -r 801796049166 Tools__NewSystemBrowser.st --- 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.