Changing text on popup message alert buttons

Is there a way to change the text on buttons that are displayed in a popup message? For example:

MESSAGE "This is a test. Do you wish to continue?"
VIEW-AS ALERT-BOX BUTTONS YES-NO UPDATE vContinue.

Is there a way to creat buttons that don't say YES-NO like above and say something else (whatever I want to put into them)?


Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
alonb's picture

you could make your own

you could make your own dialog-box.


Changing text on popup message alert buttons

We considered that, but ended up wording the question in such a way that Yes or No would work. Thank you for the reply!