<nextButton> text string </nextButton>
Occurs: In last panel (optionally in others)
Multiple instances: No
Has attributes: No
Self-closing: No
This re-sets the text caption of the wizard's 'next' button to reflect the process is finished.
Note that once set, the caption is sticky. If the user reverses back from the last panel, the nextButton caption 'sticks'. This can be avoided by setting the default button caption in the penultimate panel. Now if the user backs up, the default button is reset; on returning to the last panel the button string is reset for the panel (only).
Example:
<nextButton>Finish</nextButton>