File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ Help:
115115 <icon path =" C:\Windows\System32\shell32.dll" index =" 22" />
116116 <visibility maxfiles =" 0" maxfolders =" 1" />
117117 <actions >
118- <prompt name =" findpattern" title =" Please enter the find wildcard pattern..." />
118+ <prompt name =" findpattern" title =" Please enter a file wildcard pattern..." />
119119 <exec path =" ${env.ComSpec}" basedir =" ${selection.path}" arguments =" /K dir /a /s /b " ${findpattern}" " />
120120 <property name =" findpattern" value =" " />
121121 </actions >
@@ -125,9 +125,9 @@ Help:
125125 <icon path =" C:\Windows\System32\shell32.dll" index =" 55" />
126126 <visibility maxfiles =" 0" maxfolders =" 1" />
127127 <actions >
128- <prompt name =" filepattern" title =" Please enter the file wildcard pattern..." />
129- <prompt name =" textpattern" title =" Please enter the searched text..." />
130- <exec path =" ${env.ComSpec}" basedir =" ${selection.path}" arguments =" /K FINDSTR /S " /C:${textpattern}" ${filepattern}" />
128+ <prompt name =" filepattern" title =" Question 1 of 2.${newline} Please enter the file wildcard pattern..." />
129+ <prompt name =" textpattern" title =" Question 2 of 2.${newline} Please enter the searched text..." />
130+ <exec path =" ${env.ComSpec}" basedir =" ${selection.path}" arguments =" /K FINDSTR /S /M " /C:${textpattern}" ${filepattern}" />
131131 <property name =" filepattern" value =" " />
132132 <property name =" textpattern" value =" " />
133133 </actions >
You can’t perform that action at this time.
0 commit comments