# HG changeset patch # User Claus Gittinger # Date 1569916475 -7200 # Node ID 33679accc619a1833a83e442f56f2529efd08207 # Parent 33d35c030113a1e43f704a81cba439bb243d7a9a #UI_ENHANCEMENT by exept class: MethodFinderWindow class changed: #helpSpec diff -r 33d35c030113 -r 33679accc619 MethodFinderWindow.st --- a/MethodFinderWindow.st Tue Oct 01 09:54:00 2019 +0200 +++ b/MethodFinderWindow.st Tue Oct 01 09:54:35 2019 +0200 @@ -123,7 +123,7 @@ 'as in GLOB patterns (i.e. like filename patterns)' #answerValue -'Enter result value here.\Can be a constant like $a or ''hello'' or #(10 20 30)\or a Smalltalk expression, such as "10@20" or "Rectangle new".' +'Enter the desired result value here.\Can be a constant like $a or ''hello'' or #(10 20 30)\or a Smalltalk expression, such as "10@20" or "Rectangle new".' #arg1Value 'Enter a value for the first argument here.\Can be a constant like $a or ''hello'' or #(10 20 30)\or a Smalltalk expression, such as "10@20" or "Rectangle new".'