You don't need the file edit...
Simply apply the template edit, and edit this part:
HTML Code:
<input type="submit" name="deletepost" value="<if condition="$deletebutton">delete<else />remove</if>" id="rb_del_soft" tabindex="1" class="button" />
to
HTML Code:
<input type="submit" name="deletepost" value="delete" id="rb_del_soft" tabindex="1" class="button" />
If you want to remove the post completely, just change "delete" to "remove"
Chris