diff -r b69247f503b8 -r 80cb3ae254fa UIPainter.st --- a/UIPainter.st Wed May 27 15:50:49 2009 +0200 +++ b/UIPainter.st Fri May 29 10:57:08 2009 +0200 @@ -4943,7 +4943,7 @@ answer == #create ifTrue:[^ self]. ] ifFalse:[ - (Dialog confirm:(resources string:'Browse the implementation of %1?')) ifFalse:[ + (Dialog confirm:(resources string:'Browse the implementation of "%1" ?' with:aspect)) ifFalse:[ ^ self. ]. ].