Skip to content

Commit

Permalink
Drop exec from description
Browse files Browse the repository at this point in the history
`exec` is not a real thing. There's `executable`, there's `exe`, but neither add value here.
  • Loading branch information
jsoref authored Jan 13, 2020
1 parent 0ffc079 commit c57ae35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<f:entry title="${%Remote Location}" field="remoteFs">
<f:textbox default=""/>
</f:entry>
<f:entry title="${%Java Exec Path}" field="javaExecPath">
<f:entry title="${%Java Path}" field="javaExecPath">
<f:textbox default="java"/>
</f:entry>
<f:optionalProperty field="windowsConfiguration" title="${%Windows?}">
Expand Down

0 comments on commit c57ae35

Please sign in to comment.