#UI_ENHANCEMENT by exept
authorClaus Gittinger <cg@exept.de>
Tue, 01 Oct 2019 09:54:35 +0200
changeset 3772 33679accc619
parent 3771 33d35c030113
child 3773 e51451a38ba0
#UI_ENHANCEMENT by exept class: MethodFinderWindow class changed: #helpSpec
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".'