Sure can. But the problem is where do I stop? Professor? Reverend? Sister?
I will add Dr. in the next version. I have no idea how it translates to other than English though 😛
If you would like to make it happen now:
/wp-content/plugins/speakout/includes/emailpetition.php
Line 90
Below
<option value="' . __( 'Miss', 'speakout' ) . '">' . __( 'Miss', 'speakout' ) . '</option>
add the line
<option value="' . __( 'Dr.', 'speakout' ) . '">' . __( 'Dr.', 'speakout' ) . '</option>
Thanks, added the code and it works perfect.