The lastlabel attribute determines the text appearing on the next button when the current instruction page in the last in its sequence.
<instruct>
label | A string in quotes serving as text for the button. |
The default value is "Next".
The following sets the finish button label to "Start the task":
<instruct>
/ lastlabel = ("Start the task")
</instruct>