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".'