You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of now the button labels on GenericDialog are hard coded as "Cancel" and "Ok". It would be very nice if it was possible to change them, e.g.
dialog=gui.GenericDialog(
title="Red pill or blue pill",
message="This is your last chance. After this, there is no turning back. You take the blue pill - the story ends, you wake up in your bed and believe whatever you want to believe. You take the red pill - you stay in Wonderland and I show you how deep the rabbit hole goes.",
cancel_label="Blue pill",
confirm_label="Red pill",
)
EDIT: I found out that it is possilbe to hack using
As of now the button labels on GenericDialog are hard coded as "Cancel" and "Ok". It would be very nice if it was possible to change them, e.g.
EDIT: I found out that it is possilbe to hack using
The text was updated successfully, but these errors were encountered: